Add domains and proxy directly to the config file

This commit is contained in:
riot 2022-09-12 16:20:34 +03:00
parent dd35c02cdd
commit c0d709b7b5
1 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,8 @@
settings: rps: 30
rps_max: 30 domains: [
rps_min: 1 example.com,
]
proxy: proxy_list.txt proxy: [
domains: domains_list.txt 127.0.0.1:1080,
]