updated headscale state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c2607fce99
commit
85f43a6cd4
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
FILENAME=/etc/headscale/policy.json
|
||||
headscale policy get | jq > $FILENAME; vim $FILENAME; headscale policy set -f $FILENAME
|
||||
|
||||
headscale policy get | jq > $FILENAME
|
||||
vim $FILENAME
|
||||
headscale policy set -f $FILENAME
|
||||
rm -f $FILENAME
|
||||
|
Loading…
Reference in New Issue
Block a user