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";
buildMachinesFiles = [ ];
useSubstitutes = true;
#listenHost = "[fcde:ad::1]";
listenHost = "*";
listenHost = "10.3.3.3";
#listenHost = "*";
port = 3000;
};