1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2015-06-29 10:43:41 +08:00
parent 209c4be3b0
commit 8d0a1143fd
3 changed files with 15 additions and 4 deletions

@ -18,10 +18,9 @@ RUN sed -i -e '/^listen-address/s/127.0.0.1/0.0.0.0/' \
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 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 \
CMD echo "{+block}" >> /etc/privoxy/user.action \
&& ip a s eth0 | grep -w inet | awk '{print $2}' | cut -d/ -f1 >> /etc/privoxy/user.action \
&& ip r s | grep default | awk '{print $3}' >> /etc/privoxy/user.action \
&& iptables -t filter -P OUTPUT DROP \
&& iptables -t filter -A OUTPUT -p udp --dport 53 -j ACCEPT \
&& iptables -t filter -A OUTPUT -p tcp \

@ -40,6 +40,12 @@ file: user.action
```
{+filter{rot}}
/
{+block}
127.0.0.1
104.156.239.190
.datageek.info
```
file: user.filter

@ -1,2 +1,8 @@
{+filter{rot}}
/
{+block}
127.0.0.1
104.156.239.190
.datageek.info