12 lines
274 B
Markdown
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
|
|
```
|