https://github.com/inndy/domain-override
https://github.com/inndy/domain-override
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/inndy/domain-override
- Owner: Inndy
- License: mit
- Created: 2016-09-07T12:42:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T12:42:12.000Z (almost 10 years ago)
- Last Synced: 2026-05-10T20:36:56.219Z (about 2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# domain-overrider
Typo with domain name is annoying me. It's a simple python script creating a
http server and listen on 80 port, redirect you request from wrong doamin to
the right one.
## Usage
Use [`install.sh`](install.sh) to install system service and modify your
`/etc/hosts` file to force the domain point to `127.0.0.1`.
## License
[MIT License](LICENSE)