mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
How to edit iiab-gen-iptables
This commit is contained in:
parent
ab613eaed3
commit
12885ad5f8
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
# To customize your iptables firewall, it's best to edit:
|
||||
# /opt/iiab/iiab/roles/network/templates/gateway/iiab-gen-iptables
|
||||
# And then run: cd /opt/iiab/iiab; ./iiab-network
|
||||
|
||||
{% if is_debuntu %}
|
||||
IPTABLES=/sbin/iptables
|
||||
IPTABLES_DATA=/etc/iptables.up.rules
|
||||
|
|
Loading…
Add table
Reference in a new issue