mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
ugh another try...
This commit is contained in:
parent
604d118d25
commit
459e44250e
1 changed files with 6 additions and 1 deletions
7
setup.sh
7
setup.sh
|
|
@ -346,9 +346,14 @@ GatewayAddress 10.0.252.1
|
||||||
MaxClients 250
|
MaxClients 250
|
||||||
AuthIdleTimeout 480
|
AuthIdleTimeout 480
|
||||||
FirewallRuleSet preauthenticated-users {
|
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 tcp port 53
|
||||||
FirewallRule allow udp 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
|
RedirectURL http://10.0.252.1/static/index.html
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue