Merge pull request #65 from jwhited/jwhited/wgsd

Add wgsd to NAT-to-NAT and related
pull/68/head
Nick Sweeting 3 years ago committed by GitHub
commit 16f2fe7ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1009,6 +1009,7 @@ NAT-to-NAT connections from behind NATs with strict source-port randomization is
- https://github.com/takutakahashi/wg-connect
- https://git.zx2c4.com/wireguard-tools/tree/contrib/nat-hole-punching/
- https://github.com/jwhited/wgsd
##### Dynamic IP addresses
Many users report having to restart WireGuard whenever a dynamic IP changes, as it only resolves hostnames on startup. To force WireGuard to re-resolve dynamic DNS `Endpoint` hostnames more often, you may want to use a `PostUp` hook to restart WireGuard every few minutes or hours.
@ -1030,6 +1031,7 @@ NAT-to-NAT connections are often more unstable and have other limitations, which
- https://github.com/WireGuard/WireGuard/tree/master/contrib/examples/nat-hole-punching
- https://staaldraad.github.io/2017/04/17/nat-to-nat-with-wireguard/
- https://golb.hplar.ch/2019/01/expose-server-vpn.html
- https://www.jordanwhited.com/posts/wireguard-endpoint-discovery-nat-traversal/
**Example**
@ -1323,6 +1325,7 @@ For more details see the Further Reading: Docker section below.
- https://github.com/apognu/wgctl
- https://github.com/tailscale/tailscale
- https://github.com/pivpn/pivpn
- https://github.com/jwhited/wgsd
### Docker

Loading…
Cancel
Save