diff --git a/content/2023-10-04-wireguard-public-ip.md b/content/2023-10-04-wireguard-public-ip.md index 8cf3cc1..bdfd668 100644 --- a/content/2023-10-04-wireguard-public-ip.md +++ b/content/2023-10-04-wireguard-public-ip.md @@ -155,7 +155,7 @@ WireGuard traffic itself of course). Once you've done this, your hosting server should be able to accept incoming traffic on its new IP addresses, and should have all its outgoing traffic originate from its -new IP addresses as well! +new IP addresses as well! The code for my full server configs can be found [here][7]. [0]: https://en.wikipedia.org/wiki/Network_address_translation [1]: https://en.wikipedia.org/wiki/Carrier-grade_NAT @@ -163,4 +163,5 @@ new IP addresses as well! [3]: https://www.wireguard.com [4]: https://en.wikipedia.org/wiki/Proxy_ARP [5]: https://en.wikipedia.org/wiki/Neighbor_Discovery_Protocol -[6]: https://nixos.org \ No newline at end of file +[6]: https://nixos.org +[7]: https://git.averywinters.org/avery/home \ No newline at end of file