Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdouchement/captive

Basic webserver used to fake Network Health Check (captive.apple.com - detectportal.firefox.com - etc.)
https://github.com/mdouchement/captive

captive health-check network

Last synced: 9 days ago
JSON representation

Basic webserver used to fake Network Health Check (captive.apple.com - detectportal.firefox.com - etc.)

Awesome Lists containing this project

README

        

# 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')
5. Push to the branch (git push origin my-new-feature)
6. Create new Pull Request