diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php index fe828e8efc..74f52f564a 100755 --- a/usr/local/www/services_captiveportal_ip.php +++ b/usr/local/www/services_captiveportal_ip.php @@ -105,23 +105,23 @@ include("head.inc");
@@ -130,14 +130,14 @@ include("head.inc"); Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. This can be used for a web server serving images for the portal page or a DNS server on another network, for example. By specifying from addresses, it may be used to always allow pass-through access from a client behind the captive portal.
| any |
+ any |
All connections to the IP address are allowed | ||
| x.x.x.x |
+ x.x.x.x |
All connections from the IP address are allowed | ||