Tor: Listen on all int.

This commit is contained in:
Dmitry Voronin 2024-12-08 07:58:39 +03:00
parent e3e00e8f6a
commit 52bfc64933
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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