Add domains and proxy directly to the config file
This commit is contained in:
parent
dd35c02cdd
commit
c0d709b7b5
13
config.yaml
13
config.yaml
|
@ -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,
|
||||||
|
]
|
Reference in a new issue