Skip to content

Instantly share code, notes, and snippets.

@yordanoweb
Created October 29, 2025 22:04
Show Gist options
  • Select an option

  • Save yordanoweb/8e9526f27a68d2b784f8482ef36a709d to your computer and use it in GitHub Desktop.

Select an option

Save yordanoweb/8e9526f27a68d2b784f8482ef36a709d to your computer and use it in GitHub Desktop.
NoDogSplash.conf

NoDogSplash.conf

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment