Commit a0c6491e authored by Boxiang Sun's avatar Boxiang Sun

Reject all output connection

parent 726854a3
......@@ -217,6 +217,12 @@
ctstate: ESTABLISHED,RELATED
jump: ACCEPT
- name: Reject all output connect
iptables:
chain: OUTPUT
table: filter
jump: REJECT
- name: Change the download-binary-cache-url
lineinfile:
path: /etc/opt/slapos/slapos.cfg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment