dotfiles/.bin/netrestart

7 lines
150 B
Plaintext
Raw Normal View History

2023-01-10 22:18:46 +01:00
#!/bin/sh -x
2023-01-21 11:09:30 +01:00
doas ifconfig trunk1 destroy
2023-01-10 22:18:46 +01:00
doas ifconfig trunk0 destroy
doas sh /etc/netstart
doas rcctl restart resolvd
doas rcctl restart dhcpleased