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";
|
||||
buildMachinesFiles = [ ];
|
||||
useSubstitutes = true;
|
||||
#listenHost = "[fcde:ad::1]";
|
||||
listenHost = "*";
|
||||
listenHost = "10.3.3.3";
|
||||
#listenHost = "*";
|
||||
port = 3000;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue