Onion Balance 2 Services on Host

I was wondering if it's possible to run 2 hidden services on 1 host server? Each service would be using onionbalance.

Apparently every thing is possible here. Physically and in physics. Literally. On Wed, Feb 23, 2022, 2:14 PM whoisme543 via tor-onions < tor-onions@lists.torproject.org> wrote:
I was wondering if it's possible to run 2 hidden services on 1 host server? Each service would be using onionbalance. _______________________________________________ tor-onions mailing list tor-onions@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-onions

On Friday, February 18, 2022 4:31:40 AM CET whoisme543 via tor-onions wrote:
I was wondering if it's possible to run 2 hidden services on 1 host server? Each service would be using onionbalance.
You can run as many hidden services as your machine can handle. I have multiple Tor instances + multiple hidden services per instance. ## 1rst hidden service HiddenServiceDir /var/lib/tor-instances/01/foo-service/ HiddenServicePort 12345 127.0.0.1:12345 HiddenServicePort 12345 [::1]:12345 ## 2nd hidden service HiddenServiceDir /var/lib/tor-instances/01/bar-service/ HiddenServicePort 18083 127.0.0.1:18083 HiddenServicePort 18083 [::1]:18083 I haven't used Onionbalance yet. Here is a config example (for v2, I think several services will then also be possible with v3 onions): https://onionbalance.readthedocs.io/en/latest/v2/running-onionbalance.html -- ╰_╯ Ciao Marco! Debian GNU/Linux It's free software and it gives you freedom!
participants (3)
-
Eric B
-
lists@for-privacy.net
-
whoisme543