Y
Y
yuiko2019-12-25 03:29:28
Tor
yuiko, 2019-12-25 03:29:28

How to assign multiple .onion domains on one site?

There is a site in the TOR network (one-pager in Python)
It is necessary that this site works on several domains at once. onion
That is, let's say ayahsusbaja.onion and auatsgwia.onion return the same site when requested.
It is important that for this method I do not set a second port and do not create separate folders, everything should be on the same port in one folder in one site.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Radjah, 2019-12-25
@yuiko

Create multiple hidden services on the same address and port.

HiddenServiceDir /var/lib/tor/hidden-service1/
HiddenServicePort 80 127.0.0.1:80

HiddenServiceDir /var/lib/tor/hidden-service2/
HiddenServicePort 80 127.0.0.1:80

HiddenServiceDir /var/lib/tor/hidden-service3/
HiddenServicePort 80 127.0.0.1:80

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question