diff options
Diffstat (limited to 'roles/pf/templates')
-rw-r--r-- | roles/pf/templates/pf.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/pf/templates/pf.conf.j2 b/roles/pf/templates/pf.conf.j2 index 154098e..199d9ca 100644 --- a/roles/pf/templates/pf.conf.j2 +++ b/roles/pf/templates/pf.conf.j2 @@ -6,7 +6,7 @@ # common configuration set block-policy drop set loginterface egress -set skip on { lo tun0 } +set skip on { lo wg0 } block all # host services @@ -34,7 +34,7 @@ set skip on tap{{ i }} # wireguard pass in on egress inet proto udp from any to any port 50000 -pass out quick on egress inet from (tun0:network) nat-to (egress:0) +pass out quick on egress inet from (wg0:network) nat-to (egress:0) # output network pass out quick inet |