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
|
||||
rps_min: 1
|
||||
|
||||
proxy: proxy_list.txt
|
||||
domains: domains_list.txt
|
||||
domains: [
|
||||
example.com,
|
||||
]
|
||||
proxy: [
|
||||
127.0.0.1:1080,
|
||||
]
|
Reference in a new issue