feat(webcam): add ipv4 reservation and dns entry
This commit is contained in:
@@ -47,6 +47,12 @@
|
||||
data = "10.42.151.1";
|
||||
}
|
||||
];
|
||||
reservations = [
|
||||
{ # webcam.bula22.de
|
||||
hw-address = "00:03:c5:01:13:2b";
|
||||
ip-address = "10.42.151.2";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user