Make dropbear configuration flexible, closes #13
This commit is contained in:
parent
f5668614bd
commit
024105c44c
3 changed files with 88 additions and 36 deletions
|
@ -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"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue