Include needed scripts
parent
35a6017f7d
commit
8ead2bc0fe
@ -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…
Reference in New Issue