mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update
This commit is contained in:
parent
209c4be3b0
commit
8d0a1143fd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user