Update Remote-Access_Containers/wg-easy/README.md

This commit is contained in:
2026-07-25 23:50:24 +00:00
parent 96a8585e73
commit 0e61c0b252
+10 -1
View File
@@ -1,4 +1,13 @@
Source: https://github.com/wg-easy/wg-easy
Change your DNS to your internal DNS server(like pihole) if needed \
Add your public IP or if you have DDNS use that subdomain
Add your public IP or if you have DDNS use that subdomain
Add 2 lines to conf file: \
sudo nano /etc/sysctl.d/99-wireguard.conf
net.ipv4.ip_forward = 1 \
net.ipv4.conf.all.src_valid_mark = 1
Then run: \
sudo sysctl --system