about summary refs log tree commit diff stats
path: root/core/conf/iptables/ipt-conf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/conf/iptables/ipt-conf.sh')
-rw-r--r--core/conf/iptables/ipt-conf.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/conf/iptables/ipt-conf.sh b/core/conf/iptables/ipt-conf.sh
new file mode 100644
index 0000000..3874cee
--- /dev/null
+++ b/core/conf/iptables/ipt-conf.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+TYPE=bridge
+#TYPE=server
+
+SPAMLIST="blockedip"
+SPAMDROPMSG="BLOCKED IP DROP"
+
+# public interface to network/internet
+BR_IF="br0"
+BR_NET="10.0.0.0/8"
+GW="10.0.0.1"
+#DNS="10.0.0.254"
+DNS="212.55.154.174"
+
+PUB_IP="10.0.0.254"
+PUB_IF="enp8s0"
+
+# private interface for virtual/internal
+WIFI_IF="wlp7s0"
+WIFI_NET="192.168.1.0/24"