We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418d941 commit ef58b91Copy full SHA for ef58b91
roles/network/templates/captive_portal/captive_portal.py.j2
@@ -9,7 +9,7 @@ import cgi
9
# These variables are used as settings
10
PORT = int("{{ captive_portal_port }}") # the port in which the captive portal web server listens
11
IFACE = "{{ iiab_lan_iface }}" # the interface that captive portal protects
12
-IP_ADDRESS = "172.18.96.1" # the ip address of the captive portal (it can be the IP of IFACE)
+IP_ADDRESS = "{{ lan_ip }}" # the ip address of the captive portal (it can be the IP of IFACE)
13
14
'''
15
This it the http server used by the the captive portal
0 commit comments