From 4ff357865fecd2aaad9d9c197e8ee46e2bab8711 Mon Sep 17 00:00:00 2001
From: binary <me@rgoncalves.se>
Date: Mon, 2 Nov 2020 13:28:27 +0100
Subject: Per host templates

---
 templates/CHV-DC-rainbow/etc/pf.conf.j2 | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 templates/CHV-DC-rainbow/etc/pf.conf.j2

(limited to 'templates')

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)
+
-- 
cgit v1.2.3