wireguard-docs
wireguard-docs copied to clipboard
📖 Unofficial WireGuard Documentation: Setup, Usage, Configuration, and full example setups for VPNs supporting both servers & roaming clients.
Hey, I'm using dnsmasq instead of systemd-resolved. The problem is, that i configured the "DNS" setting in the wireguard interface config, because I want my DNS requests to go into...
Can read more there https://github.com/hwdsl2/setup-ipsec-vpn/issues/1059
I am trying to use wireguard to assign public IPv6 addresses to my peers, so that I can ssh into them from anywhere. I currently have a setup working on...
I have two clients (client 2, client 3) behind NATs and one client (client 1) have a static public IP, and I connect them with wireguard VPN. My question is:...
@pirate thank you for your guide!! I am trying to figure out the following scenario, which Fly.io describes, but never described in a way that can be implemented: ``` app...
`DNS` and `Address` for example are only valid config items when using the `wg-quick` tool, IMO it would be good to distinguish these and any others, just a brief: >...
I think it would be good to describe/list the capture technologies Wireguard is using for each platform. e.g. Windows it using wintun.net driver, Linux it is using /dev/tun etc. Likely...
Can you cover the usecase where wireguard is ran out of a separate network namespace wherein certain applications are launched -- and only the traffic of those launched from that...
https://github.com/pirate/wireguard-docs/blob/master/README.md#dns-2 Currently it is described as if the setting will be somehow pushed/shared with peers. This is not the case. Instead, DNS servers listed in this key will just be...
Your "LAN bridging" is not bridging, it's routing plus NAT. Please rename it to "connecting" LANs together, rather than "bridging".