Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question