5 lines
144 B
Bash
Executable file
5 lines
144 B
Bash
Executable file
#!/bin/bash -x
|
|
# wg-quick reload interface
|
|
# needs to be run with superuser permissions
|
|
wg syncconf "$@" <(wg-quick strip "$@") ||
|
|
ip -br a
|