alpha: enable ivp6 for tor webtunnel bridge
This commit is contained in:
parent
2c3973d781
commit
f2dc90c78f
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ in {
|
||||||
addr = "127.0.0.1";
|
addr = "127.0.0.1";
|
||||||
port = "auto";
|
port = "auto";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
addr = "[::1]";
|
||||||
|
port = "auto";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
AssumeReachable = true;
|
AssumeReachable = true;
|
||||||
ServerTransportPlugin.transports = ["webtunnel"];
|
ServerTransportPlugin.transports = ["webtunnel"];
|
||||||
|
|
Loading…
Reference in a new issue