Make dropbear configuration flexible, closes #13

This commit is contained in:
Fabian Hauser 2020-11-24 21:50:57 +00:00
parent f5668614bd
commit 024105c44c
3 changed files with 88 additions and 36 deletions

View file

@ -12,6 +12,8 @@
v4 = {
id = "10.1.2.0";
bitmask = 24;
gateway = "10.1.2.1";
nameservers = [ "10.1.2.1" ];
};
hosts = {
@ -23,9 +25,7 @@
plessur.lan = {
v4 = {
id = "10.1.1.0";
gateway = "10.1.2.1";
bitmask = 24;
nameservers = [ "10.1.2.1" ];
};
hosts = { calanda.v4.ip = "10.1.1.1"; };