Skip to content

Commit

Permalink
Add DNS hook for captive portal on Android too
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Oct 10, 2018
1 parent 6440462 commit 4d5e56e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overlay/etc/dnsmasq.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# to the real apple.com, but that shouldn't be a problem as we don't need it.
address=/apple.com/192.168.90.1

# Do the same for Android
address=/connectivitycheck.gstatic.com/192.168.90.1

# Always use Google servers for name resolution.
server=8.8.8.8
server=8.8.4.4
Expand Down

0 comments on commit 4d5e56e

Please sign in to comment.