update bypassed domains

This commit is contained in:
Cyberes 2024-01-14 20:14:05 -07:00
parent 463b82d6fd
commit 116e220cea
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ SMARTPROXY_PASS = 'password'
# Some domains just don't work through SmartProxy.
BYPASS_SMARTPROXY_DOMAINS = [
'files.catbox.moe'
'files.catbox.moe',
'twitter.com'
]
# The domains that SmartProxy gives you to connect to their service. Leave the array empty to disable this feature.