This commit is contained in:
parent
d3c2953655
commit
65d2fab168
1 changed files with 7 additions and 1 deletions
|
|
@ -52,7 +52,13 @@ in {
|
|||
SafeLogging = 1;
|
||||
NumCPUs = 4;
|
||||
|
||||
ORPort = [9001];
|
||||
ORPort = [
|
||||
9001
|
||||
{
|
||||
addr = "2a0a:4cc0:c1:15f3::10";
|
||||
port = 9030;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue