mirror of
https://github.com/iv-org/smart-ipv6-rotator.git
synced 2024-11-23 05:59:45 +00:00
documentation
This commit is contained in:
parent
e3551e09e2
commit
c645e550fe
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Requirements
|
||||
- IPv6 on your server
|
||||
- Invidious works in IPv6
|
||||
- Install these two python packages:
|
||||
- pyroute2
|
||||
- requests
|
||||
|
||||
# How to setup (very simple tutorial for the moment)
|
||||
1. Git clone the repository somewhere
|
||||
2. Copy the file `config.py.example` to `config.py`.
|
||||
3. Change the `ipv6_subnet` to your IPv6 subnet. If you do not know it, you can use a tool like http://www.gestioip.net/cgi-bin/subnet_calculator.cgi
|
||||
4. Run once the script using `sudo python smart-ipv6-rotator.py run`
|
||||
5. If everything went well then configure a cron for periodically rotate your IPv6 range. Once per day is enough for YouTube servers.
|
Loading…
Reference in New Issue
Block a user