documentation

This commit is contained in:
Emilien Devos 2023-10-14 18:09:42 +02:00
parent e3551e09e2
commit c645e550fe

13
README.md Normal file
View 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.