Tor: Listen on all int.

This commit is contained in:
Dmitry Voronin 2024-12-08 07:58:39 +03:00
parent 0aa09a6393
commit 36aa0cd3e9

View file

@ -26,9 +26,8 @@
# dns.enable = true;
socksListenAddress = {
IsolateDestAddr = true;
addr = "0.0.0.0";
port = 9050;
# addr = cfg.address;
# port = cfg.torport;
};
};
};