Let Hydra only listen on tunnel
This commit is contained in:
parent
800ad1a9e7
commit
28f312aa1f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue