mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update
This commit is contained in:
parent
a6b5f92bae
commit
209c4be3b0
@ -19,8 +19,8 @@ VOLUME /etc/privoxy
|
||||
EXPOSE 8118
|
||||
|
||||
CMD iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -j REJECT \
|
||||
&& iptables -A INPUT -s $(ip route | grep default | awk '{print $3}') \
|
||||
-d $(ip route | grep default | awk '{print $3}') \
|
||||
&& iptables -A INPUT -s $(ip a s eth0 | grep -w inet | awk '{print $2}' | cut -d/ -f1) \
|
||||
-d $(ip a s eth0 | grep -w inet | awk '{print $2}' | cut -d/ -f1) \
|
||||
-j REJECT \
|
||||
&& iptables -t filter -P OUTPUT DROP \
|
||||
&& iptables -t filter -A OUTPUT -p udp --dport 53 -j ACCEPT \
|
||||
|
Loading…
Reference in New Issue
Block a user