mirror of
https://github.com/iv-org/smart-ipv6-rotator.git
synced 2024-11-27 00:00:30 +00:00
add docker image to readme
This commit is contained in:
parent
1fd33d3bc5
commit
b76e8904bd
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user