1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Merge pull request #1692 from holta/firewall-usability

iptables firewall: further clarify http-or-https (for Admin Console's box.lan/admin too)
This commit is contained in:
A Holt 2019-05-23 14:54:56 -07:00 committed by GitHub
commit da4fb34090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View file

@ -97,9 +97,9 @@ adm_cons_allow_downloads: False
#
#ports_externally_visible: 0 # none
#ports_externally_visible: 1 # ssh only
#ports_externally_visible: 2 # ssh + Admin Console
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
#ports_externally_visible: 5 # all but databases
#
# Or further customize your iptables firewall by editing:

View file

@ -46,9 +46,9 @@ hostapd_password: changeme
#
#ports_externally_visible: 0 # none
#ports_externally_visible: 1 # ssh only
#ports_externally_visible: 2 # ssh + Admin Console
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
#ports_externally_visible: 5 # all but databases
#
# Or further customize your iptables firewall by editing:

View file

@ -46,9 +46,9 @@ hostapd_password: changeme
#
#ports_externally_visible: 0 # none
#ports_externally_visible: 1 # ssh only
#ports_externally_visible: 2 # ssh + Admin Console
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
#ports_externally_visible: 5 # all but databases
#
# Or further customize your iptables firewall by editing:

View file

@ -46,9 +46,9 @@ hostapd_password: changeme
#
#ports_externally_visible: 0 # none
#ports_externally_visible: 1 # ssh only
#ports_externally_visible: 2 # ssh + Admin Console
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
#ports_externally_visible: 5 # all but databases
#
# Or further customize your iptables firewall by editing: