Allow cross-peer communication over wireguard, act like a private network and not just a VPN
This commit is contained in:
parent
7d84fce442
commit
852849c3cf
@ -3,7 +3,7 @@
|
||||
|
||||
. ../APKBUILD-config.template
|
||||
|
||||
pkgver=2022.03.10.01
|
||||
pkgver=2022.03.23.01
|
||||
pkgrel=0
|
||||
options="!check" # check requires root?
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user