Add mitel omm
This commit is contained in:
parent
fbd94fb3f9
commit
179826555f
1 changed files with 7 additions and 0 deletions
|
|
@ -15,6 +15,13 @@ in
|
||||||
cache-size = 10000;
|
cache-size = 10000;
|
||||||
dns-forward-max = 1000;
|
dns-forward-max = 1000;
|
||||||
no-hosts = true;
|
no-hosts = true;
|
||||||
|
dhcp-host = [
|
||||||
|
"00:30:42:1b:23:ed,192.168.42.59,rfp-01"
|
||||||
|
];
|
||||||
|
dhcp-option = [
|
||||||
|
"vendor:OpenMobility,10,192.168.42.59"
|
||||||
|
"vendor:OpenMobility,224,OpenMobilitySIP-DECT"
|
||||||
|
];
|
||||||
addn-hosts = "${pkgs.writeText "hosts.dnsmasq" ''
|
addn-hosts = "${pkgs.writeText "hosts.dnsmasq" ''
|
||||||
192.168.42.1 aluminium unifi
|
192.168.42.1 aluminium unifi
|
||||||
''}";
|
''}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue