initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# vim: ft=systemd
|
||||
# --- Managed by zerotier-systemd-manager. Do not remove this comment. ---
|
||||
[Match]
|
||||
Name=ztuga7c2kh
|
||||
|
||||
[Network]
|
||||
Description=suspicious_house
|
||||
DHCP=no
|
||||
DNS=192.168.196.115
|
||||
DNS=192.168.10.5
|
||||
Domains=~wrede.pvt ~196.168.192.in-addr.arpa ~c.e.3.d.d.f.ip6.arpa
|
||||
ConfigureWithoutCarrier=true
|
||||
KeepConfiguration=static
|
||||
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Update zerotier per-interface DNS settings
|
||||
Requires=zerotier-one.service
|
||||
After=zerotier-one.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/zerotier-systemd-manager
|
||||
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Update zerotier per-interface DNS settings
|
||||
|
||||
[Timer]
|
||||
OnStartupSec=1min
|
||||
OnUnitInactiveSec=1min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
@@ -0,0 +1,4 @@
|
||||
allowManaged=1
|
||||
allowGlobal=0
|
||||
allowDefault=0
|
||||
allowDNS=1
|
||||
@@ -0,0 +1,3 @@
|
||||
[Network]
|
||||
Domains=
|
||||
Domains=wrede.pvt ~196.168.192.in-addr.arpa ~c.e.3.d.d.f.ip6.arpa
|
||||
Reference in New Issue
Block a user