Allow cross-peer communication over wireguard, act like a private network and not just a VPN

This commit is contained in:
Alex D. 2022-03-24 06:22:06 +00:00
parent 7d84fce442
commit 852849c3cf
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template
pkgver=2022.03.10.01
pkgver=2022.03.23.01
pkgrel=0
options="!check" # check requires root?

View File

@ -1,2 +1,3 @@
iifname "rxmain" oifname "eth0" counter accept
iifname "eth0" oifname "rxmain" counter accept
iifname "rxmain" oifname "rxmain" counter accept;
iifname "rxmain" oifname "eth0" counter accept;
iifname "eth0" oifname "rxmain" counter accept;