Add nginx proxy server
This commit is contained in:
parent
c3356c957a
commit
6ebb99e148
8 changed files with 160 additions and 2 deletions
|
@ -41,6 +41,14 @@
|
|||
jump: ACCEPT
|
||||
notify: Persist iptables
|
||||
|
||||
- name: Allow admin web (nginx proxy)
|
||||
iptables:
|
||||
chain: INPUT
|
||||
protocol: tcp
|
||||
destination_port: 81
|
||||
jump: ACCEPT
|
||||
notify: Persist iptables
|
||||
|
||||
- name: Allow dns
|
||||
iptables:
|
||||
chain: INPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue