wireguard/\343\202\257\343\203\251\343\202\244\343\202\242\343\203\263\343\203\210\345\220\214\345\243\253\343\201\247\351\200\232\344\277\241\343\201\247\343\201\215\343\201\252\343\201\204.md
... ...
@@ -0,0 +1,9 @@
1
+### 参考
2
+[networking - Can I make Wireguard VPN peers to talk to each other? - Stack Overflow](https://stackoverflow.com/questions/61640145/can-i-make-wireguard-vpn-peers-to-talk-to-each-other)
3
+
4
+
5
+### 解決法
6
+```
7
+$ sudo sysctl -w net.ipv4.ip_forward=1
8
+$ sudo iptables -A FORWARD -i wg0 -o wg0 -j ACCEPT
9
+```
... ...
\ No newline at end of file