Include needed scripts
This commit is contained in:
parent
35a6017f7d
commit
8ead2bc0fe
4 changed files with 35 additions and 1 deletions
8
files/wg-sync.sh
Normal file
8
files/wg-sync.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
{
|
||||
cat /etc/wg-adlin.conf
|
||||
curl -s https://adlin.nemunai.re/api/wg.conf
|
||||
|
||||
} > /tmp/wg-adlin.conf &&
|
||||
wg addconf wg-adlin /tmp/wg-adlin.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue