tor add ipv6 ORPort
Some checks failed
/ deploy (push) Failing after 57s

This commit is contained in:
toufic ar 2026-02-05 07:03:27 +02:00
parent d3c2953655
commit 65d2fab168
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -52,7 +52,13 @@ in {
SafeLogging = 1; SafeLogging = 1;
NumCPUs = 4; NumCPUs = 4;
ORPort = [9001]; ORPort = [
9001
{
addr = "2a0a:4cc0:c1:15f3::10";
port = 9030;
}
];
}; };
}; };