comparison wireguard.py @ 97:9b7d7ea79f16

stop trying separate dns on 10.5 net. just use names like 'bang5'
author drewp@bigasterisk.com
date Fri, 15 Jul 2022 14:34:18 -0700
parents 2fddde57231b
children 8012f6095220
comparison
equal deleted inserted replaced
96:b70070570e10 97:9b7d7ea79f16
65 65
66 # files.link(path=f'/etc/systemd/system/multi-user.target.wants/{svc}', target='/lib/systemd/system/wg-quick@.service') 66 # files.link(path=f'/etc/systemd/system/multi-user.target.wants/{svc}', target='/lib/systemd/system/wg-quick@.service')
67 67
68 systemd.service(service=svc, daemon_reload=True, restarted=True, enabled=True) 68 systemd.service(service=svc, daemon_reload=True, restarted=True, enabled=True)
69 69
70 if host.name == 'bang': 70 # if host.name == 'bang':
71 systemd.service(service=f'dnsmasq_10.5', enabled=True, restarted=True, daemon_reload=True) 71 # systemd.service(service=f'dnsmasq_10.5', enabled=True, restarted=True, daemon_reload=True)