flpk: add sshlog

This commit is contained in:
Astro 2022-09-19 22:39:24 +02:00
parent 626d8076bb
commit a0493fe3b0
1 changed files with 2 additions and 0 deletions

View File

@ -7,10 +7,12 @@
hosts4 = { hosts4 = {
flpk-gw = "45.158.40.160"; flpk-gw = "45.158.40.160";
leon = "45.158.40.162"; leon = "45.158.40.162";
sshlog = "45.158.40.163";
}; };
hosts6.flpk = { hosts6.flpk = {
flpk-gw = "2a0f:5382:acab:1400::c3d2"; flpk-gw = "2a0f:5382:acab:1400::c3d2";
leon = "2a0f:5382:acab:1400::1e0"; leon = "2a0f:5382:acab:1400::1e0";
sshlog = "2a0f:5382:acab:1400::22";
}; };
}; };