Work on hydra config, fix tor relay config, prepare web-public-2 host
This commit is contained in:
parent
8eb9538485
commit
e8afd2b667
15 changed files with 176 additions and 9 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue