Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.)
- Host: GitHub
- URL: https://github.com/mdouchement/captive
- Owner: mdouchement
- License: mit
- Created: 2019-11-15T18:37:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T16:21:01.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T09:32:12.242Z (2 months ago)
- Topics: captive, health-check, network
- Language: Go
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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