3 lines
81 B
Bash
3 lines
81 B
Bash
#!/bin/sh -x
|
|
# wg-quick reload interface
|
|
wg syncconf "$@" <(wg-quick strip "$@")
|