Skip to content

Commit

Permalink
add docker image to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Nov 2, 2023
1 parent 1fd33d3 commit b76e890
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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?

0 comments on commit b76e890

Please sign in to comment.