Let Hydra only listen on tunnel

This commit is contained in:
Tim Schubert 2021-01-02 18:51:18 +01:00
parent 800ad1a9e7
commit 28f312aa1f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -14,8 +14,8 @@ in
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
buildMachinesFiles = [ ]; buildMachinesFiles = [ ];
useSubstitutes = true; useSubstitutes = true;
#listenHost = "[fcde:ad::1]"; listenHost = "10.3.3.3";
listenHost = "*"; #listenHost = "*";
port = 3000; port = 3000;
}; };