Joey Hafner
6086222503
- Move homelab, Jafner.dev (now called blog) to root. - Rename "archived projects" -> "archive" - Rename "active projects" -> "projects" - Rename "jafner-homebrew" -> "5ehomebrew" - Rename "docker-llm-amd" -> "local-ai"
23 lines
655 B
Plaintext
23 lines
655 B
Plaintext
[Interface]
|
|
Address = 10.13.13.1
|
|
ListenPort = 51820
|
|
PrivateKey = ***REMOVED***
|
|
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
|
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
|
|
|
|
[Peer]
|
|
# peer_joey-phone
|
|
PublicKey = +jGu2Iz7Wy7m3bfxcE3IXAo6bnUGtKVWUtD+yH7vc2M=
|
|
AllowedIPs = 10.13.13.7/32
|
|
|
|
[Peer]
|
|
# peer_joey-xps13
|
|
PublicKey = ***REMOVED***
|
|
AllowedIPs = 10.13.13.8/32
|
|
|
|
[Peer]
|
|
# peer_maddie-phone
|
|
PublicKey = qh5czZ7MHzjNgUqxZ/fsAlMnaVHoUU8mxcJCXwb0Pxs=
|
|
AllowedIPs = 10.13.13.9/32
|
|
|