This is the minimal config. All other options are not required to exist at the config file
# Interface of the Raspberry OS used to serve DHCP
GatewayInterface wlan0
GatewayName NoDogSplash
# IP of the Raspberry that has communication with WiFi clients
GatewayAddress 10.3.141.1
# Address where to go after authentication. Works with laptops,
# but unable to do it until Oct/2025, with other devices.
RedirectURL https://www.youtube.com
MaxClients 250
FirewallRuleSet authenticated-users {
FirewallRule allow all
}
FirewallRuleSet preauthenticated-users {
FirewallRule allow tcp port 53
FirewallRule allow udp port 53
}
FirewallRuleSet users-to-router {
FirewallRule allow udp port 53
FirewallRule allow tcp port 53
FirewallRule allow udp port 67
FirewallRule allow tcp port 22
FirewallRule allow tcp port 80
FirewallRule allow tcp port 443
}