[no ci] vtund ()

Co-authored-by: root <root@debian12-dev.augin.ru>
pull/1389/head
augin 2024-04-08 18:06:08 +03:00 committed by GitHub
parent 205f3c6bc0
commit f0f865ea58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
general/overlay/etc/init.d

View File

@ -0,0 +1,4 @@
#!/bin/sh
[ ! -z "$(fw_printenv -n vtund)" ] && tunnel "$(fw_printenv -n vtund)" || exit 1;