From f0ecf64938474a02f10851e0477b847e7aaebc2c Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 10 Nov 2021 04:04:14 +0100 Subject: [PATCH] unifi --- nodes/home.unifi.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nodes/home.unifi.py diff --git a/nodes/home.unifi.py b/nodes/home.unifi.py new file mode 100644 index 0000000..444ed86 --- /dev/null +++ b/nodes/home.unifi.py @@ -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'}, + }, + }, + }, +}