workmac: pin ssh fcio jump hosts to IPv4
This commit is contained in:
parent
c1a24e386b
commit
9b534c1c3c
1 changed files with 13 additions and 2 deletions
|
@ -56,9 +56,20 @@ in
|
|||
};
|
||||
"fcio-whq-jump" = lib.hm.dag.entryAfter [ "*" ] {
|
||||
hostname = "vpn-whq.services.fcio.net";
|
||||
extraOptions.LogLevel = "Verbose";
|
||||
extraOptions = {
|
||||
LogLevel = "Verbose";
|
||||
AddressFamily = "inet";
|
||||
};
|
||||
|
||||
};
|
||||
"fcio-rzob-jump" = lib.hm.dag.entryAfter [ "*" ] {
|
||||
hostname = "vpn-rzob.services.fcio.net";
|
||||
extraOptions = {
|
||||
LogLevel = "Verbose";
|
||||
AddressFamily = "inet";
|
||||
};
|
||||
|
||||
};
|
||||
"fcio-rzob-jump" = lib.hm.dag.entryAfter [ "*" ] { hostname = "vpn-rzob.services.fcio.net"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue