1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Explanation better

This commit is contained in:
A Holt 2019-05-19 06:49:30 -04:00 committed by GitHub
parent 33c64d2337
commit 043e6c8166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ samba_tcp_mports={{ samba_tcp_mports }}
# #
# /etc/iiab/local_vars.yml #
# #
# It must be an integer {0...5} as follows: #
# This firewall variable must be an integer {0...5} as follows: #
# #
# 0 = none #
# 1 = ssh only #
@ -64,7 +64,7 @@ samba_tcp_mports={{ samba_tcp_mports }}
# 4 = ssh + Admin Console + common IIAB services + Samba #
# 5 = all but databases #
# #
# Then enable it in iptables by running: cd /opt/iiab/iiab; ./iiab-network #
# Then enable it with iptables by running: cd /opt/iiab/iiab; ./iiab-network #
# #
################################################################################