diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/CHV-DC-rainbow/etc/pf.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/CHV-DC-rainbow/etc/pf.conf.j2 b/templates/CHV-DC-rainbow/etc/pf.conf.j2 new file mode 100644 index 0000000..0269bda --- /dev/null +++ b/templates/CHV-DC-rainbow/etc/pf.conf.j2 @@ -0,0 +1,4 @@ +# 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) + |