unifi
This commit is contained in:
parent
5d37e2665e
commit
f0ecf64938
1 changed files with 16 additions and 0 deletions
16
nodes/home.unifi.py
Normal file
16
nodes/home.unifi.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
'dummy': True,
|
||||
'metadata': {
|
||||
'id': '',
|
||||
'network': {
|
||||
'internal': {
|
||||
'ipv4': '10.0.0.4/24',
|
||||
},
|
||||
},
|
||||
'dns': {
|
||||
'unifi.ckn.li': {
|
||||
'A': {'10.0.0.4'},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue