dotfiles/.local/bin/scripts/wg-reload

6 lines
144 B
Text
Raw Normal View History

2024-06-28 22:34:05 +03:00
#!/bin/bash -x
2024-02-20 19:54:51 +01:00
# wg-quick reload interface
2024-06-28 22:34:05 +03:00
# needs to be run with superuser permissions
wg syncconf "$@" <(wg-quick strip "$@") ||
ip -br a