Work on hydra config, fix tor relay config, prepare web-public-2 host

This commit is contained in:
yuri 2023-07-18 17:23:46 +02:00
parent 8eb9538485
commit e8afd2b667
15 changed files with 176 additions and 9 deletions

View file

@ -3,16 +3,18 @@
services.tor = {
enable = true;
relay = {
enable = true;
role = "relay";
};
settings = {
Nickname = "vsm";
ORPort = 9001;
ExitRelay = false;
SOCKSPort = 0;
ControlSocket = null;
DirPort = 9030;
ContactInfo = "admin@grzb.de";
RelayBandwidthRate = "40 MBits";
RelayBandwidthBurst = "50 Mbits";
DirPort = 9030;
};
};
}