Want to connect to your home network from anywhere? Find out how to do it securely using Wireguard and the DD-WRT router firmware.
Link to guide on dd-wrt forum:
https://forum.dd-wrt.com/phpBB2/viewt...
Example Client Config:
[Interface]
PrivateKey = [AUTO-GENERATED-PRIVATE-KEY]
ListenPort = 51820
Address = 10.4.0.7/32
DNS = 8.8.8.8
[Peer]
PublicKey = [DDWRT WIREGUARD SERVER'S PUBLIC KEY]
AllowedIPs = 0.0.0.0/1, 128.0.0.0/1
Endpoint = [ADDRESS TO CONNECT TO]:51820
PersistentKeepalive = 25