Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 571 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 571 Bytes

Captive

This a basic webserver used to fake Network Health Check like the following endpoints:

  • captive.apple.com
  • detectportal.firefox.com
  • www.msftncsi.com
  • www.msftconnecttest.com
  • ipv6.msftconnecttest.com
    • You should redirect dns.msftncsi.com to a trusted DNS server

License

MIT

Contributing

All PRs are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request