Update start.py

I've added a few additional Tor2Web domains 🙏😊
This commit is contained in:
ZyFoxX 2025-08-07 03:26:45 +07:00 committed by GitHub
parent 6a044f353a
commit 7d323858a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -69,6 +69,13 @@ tor2webs = [
'onion.foundation',
'onion.rodeo',
'onion.lat',
'onion.dog',
'onion.nu',
'onion.life',
'onion.best',
'onion.guide',
'onion.to',
'torgateway.com',
'tor2web.org',
'tor2web.fi',
'tor2web.blutmagie.de',
@ -83,7 +90,8 @@ tor2webs = [
's2.tor-gateways.de',
's3.tor-gateways.de',
's4.tor-gateways.de',
's5.tor-gateways.de'
's5.tor-gateways.de',
'hiddenservice.net'
]
with open(__dir__ / "config.json") as f: