mirror of
https://github.com/honmashironeko/ProxyCat.git
synced 2025-11-05 10:51:06 +00:00
Merge pull request #18 from lalala-orz/main
use_getip:true check_proxies:True
This commit is contained in:
commit
253d8d04fb
@ -6,8 +6,9 @@ DEFAULT_CONFIG = {
|
|||||||
'interval': 300,
|
'interval': 300,
|
||||||
'username': '',
|
'username': '',
|
||||||
'password': '',
|
'password': '',
|
||||||
'use_getip': False,
|
'use_getip': True,
|
||||||
'proxy_file': 'ip.txt',
|
'proxy_file': 'ip.txt',
|
||||||
|
'check_proxies' : True
|
||||||
}
|
}
|
||||||
|
|
||||||
def load_config(config_file='config.ini'):
|
def load_config(config_file='config.ini'):
|
||||||
|
|||||||
@ -6,8 +6,9 @@ DEFAULT_CONFIG = {
|
|||||||
'interval': 300,
|
'interval': 300,
|
||||||
'username': '',
|
'username': '',
|
||||||
'password': '',
|
'password': '',
|
||||||
'use_getip': False,
|
'use_getip': True,
|
||||||
'proxy_file': 'ip.txt',
|
'proxy_file': 'ip.txt',
|
||||||
|
'check_proxies' : True
|
||||||
}
|
}
|
||||||
|
|
||||||
def load_config(config_file='config.ini'):
|
def load_config(config_file='config.ini'):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user