diff options
author | Silvino Silva <silvino@bk.ru> | 2019-03-04 14:54:54 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-03-04 14:54:54 +0000 |
commit | d8ca8eb382059b22ae8a8cf17578713241a9a085 (patch) | |
tree | 2d6fba06be991d60fcbbbd2367df2dfc0be7a025 /core/conf/iptables/ipt-conf.sh | |
parent | b1a383c919d31f00f591a0b712891c74a7513783 (diff) | |
download | doc-d8ca8eb382059b22ae8a8cf17578713241a9a085.tar.gz |
core iptables scripts revision
Diffstat (limited to 'core/conf/iptables/ipt-conf.sh')
-rw-r--r-- | core/conf/iptables/ipt-conf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/conf/iptables/ipt-conf.sh b/core/conf/iptables/ipt-conf.sh index eef0b52..52669dc 100644 --- a/core/conf/iptables/ipt-conf.sh +++ b/core/conf/iptables/ipt-conf.sh @@ -12,6 +12,7 @@ GW="10.0.0.1" #GW="10.0.0.2" #DNS="10.0.0.254" DNS="212.55.154.174" +#DNS="8.8.8.8" PUB_IP="10.0.0.254" PUB_IF="enp8s0" |