guides/self_hosting/bypass_cgnat/README.md
2024-03-07 22:04:30 -06:00

12 lines
274 B
Markdown

# Bypass CGNAT
Setup a wireguard VPN to route traffic from a VPS to your local machine.
Based from [this](https://github.com/mochman/Bypass_CGNAT) guide.
# Possible extra configuration
```
auto eth0
iface eth0 inet static
. . .
dns-nameservers 1.1.1.1 9.9.9.9
```