add docker image to readme

This commit is contained in:
Émilien (perso) 2023-11-02 19:14:02 +00:00 committed by GitHub
parent 1fd33d3bc5
commit b76e8904bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,10 @@ Full detailed documentation: https://docs.invidious.io/ipv6-rotator/
```
The `sleep` command is used in case your network takes too much time time to be ready.
# Docker image
https://quay.io/repository/invidious/smart-ipv6-rotator
# How to clean the configuration done by the script
```
sudo python smart-ipv6-rotator.py clean
@ -44,7 +48,7 @@ The attack surface of this script is very limited as it is not running in the ba
# TODO (priority)
## High
- [ ] Docker image for easier use.
- [x] Docker image for easier use.
- [ ] Allow to configure your IPv6 subnets yourself. (Could be used for other projects)
- [x] Better handle in case of errors in configuring IPv6 routes. Rollback the changes automatically
- [ ] Allow to specify a specific network interface + ipv6 gateway instead of automatically discovering it.
@ -54,4 +58,4 @@ The attack surface of this script is very limited as it is not running in the ba
## Low
- [ ] Argument for testing if the setup will work without permanently do any modification.
- [ ] Allow to remove debug info
- [ ] Maybe not depend on icanhazip? Send requests in HTTPS?
- [ ] Maybe not depend on icanhazip? Send requests in HTTPS?