Skip to content

Commit

Permalink
Merge pull request MatrixTM#363 from Nexuzzzz/patch-1
Browse files Browse the repository at this point in the history
Add more tor2web gateways
  • Loading branch information
MHProDev authored Jul 2, 2022
2 parents 10d18dd + 7bfd63f commit 2825dc3
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,43 @@
__version__: str = "2.4 SNAPSHOT"
__dir__: Path = Path(__file__).parent
__ip__: Any = None
tor2webs = ['onion.ly', 'tor2web.to', 'onion.org', 'onion.pet', 'onion.ws', 'onion.top', 'onion.dog']
tor2webs = [
'onion.city',
'onion.cab',
'onion.direct',
'onion.sh',
'onion.link',
'onion.ws',
'onion.pet',
'onion.rip',
'onion.plus',
'onion.top',
'onion.si',
'onion.ly',
'onion.my',
'onion.sh',
'onion.lu',
'onion.casa',
'onion.com.de',
'onion.foundation',
'onion.rodeo',
'onion.lat',
'tor2web.org',
'tor2web.fi',
'tor2web.blutmagie.de',
'tor2web.to',
'tor2web.io',
'tor2web.in',
'tor2web.it',
'tor2web.xyz',
'tor2web.su',
'darknet.to',
's1.tor-gateways.de',
's2.tor-gateways.de',
's3.tor-gateways.de',
's4.tor-gateways.de',
's5.tor-gateways.de'
]

with open(__dir__ / "config.json") as f:
con = load(f)
Expand Down

0 comments on commit 2825dc3

Please sign in to comment.