about summary refs log tree commit diff stats
path: root/core/scripts/iptables-conf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/scripts/iptables-conf.sh')
-rw-r--r--core/scripts/iptables-conf.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/core/scripts/iptables-conf.sh b/core/scripts/iptables-conf.sh
deleted file mode 100644
index 478ce08..0000000
--- a/core/scripts/iptables-conf.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-TYPE=bridge
-#TYPE=server
-
-IPT="/usr/sbin/iptables"
-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
-#PRIV_IF="wlp7s0"
-#PRIV_NET="192.168.1.0/24"