mirror of https://github.com/MatrixTM/MHDDoS.git
Update start.py
I've added a few additional Tor2Web domains 🙏😊
This commit is contained in:
parent
6a044f353a
commit
7d323858a1
10
start.py
10
start.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue