This commit is contained in:
root 2025-11-06 00:40:34 +00:00
parent 3174825d6a
commit c6292715dc
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@
enable = true;
role = "relay";
};
settings.Nickname = "Distrust";
settings = {
Nickname = "Distrust";
ORPort = 9001;
};
};
networking.firewall.allowedTCPPorts = [ 9001 ];
}