ugh another try...

This commit is contained in:
Chris Frankland-Wright 2025-08-31 00:06:32 +01:00
parent 604d118d25
commit 459e44250e

View file

@ -346,9 +346,14 @@ GatewayAddress 10.0.252.1
MaxClients 250
AuthIdleTimeout 480
FirewallRuleSet preauthenticated-users {
FirewallRule allow tcp port 80
# Allow DHCP for clients to get an IP address
FirewallRule allow udp port 67
FirewallRule allow udp port 68
# Allow DNS for captive portal detection
FirewallRule allow tcp port 53
FirewallRule allow udp port 53
# Allow HTTP for the captive portal redirect
FirewallRule allow tcp port 80
}
RedirectURL http://10.0.252.1/static/index.html
EOF