mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -19,8 +19,8 @@ VOLUME /etc/privoxy
|
|||||||
EXPOSE 8118
|
EXPOSE 8118
|
||||||
|
|
||||||
CMD iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -j REJECT \
|
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}') \
|
&& iptables -A INPUT -s $(ip a s eth0 | grep -w inet | awk '{print $2}' | cut -d/ -f1) \
|
||||||
-d $(ip route | grep default | awk '{print $3}') \
|
-d $(ip a s eth0 | grep -w inet | awk '{print $2}' | cut -d/ -f1) \
|
||||||
-j REJECT \
|
-j REJECT \
|
||||||
&& iptables -t filter -P OUTPUT DROP \
|
&& iptables -t filter -P OUTPUT DROP \
|
||||||
&& iptables -t filter -A OUTPUT -p udp --dport 53 -j ACCEPT \
|
&& iptables -t filter -A OUTPUT -p udp --dport 53 -j ACCEPT \
|
||||||
|
|||||||
Reference in New Issue
Block a user