mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-12-28 00:18:48 +01:00
Added missing exit codes
This commit is contained in:
parent
02ce67294c
commit
cd369cde45
@ -8,6 +8,11 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
ExitSetupSuccess = 0
|
||||||
|
ExitSetupFailed = 1
|
||||||
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ENV_WG_TUN_FD = "WG_TUN_FD"
|
ENV_WG_TUN_FD = "WG_TUN_FD"
|
||||||
ENV_WG_UAPI_FD = "WG_UAPI_FD"
|
ENV_WG_UAPI_FD = "WG_UAPI_FD"
|
||||||
|
Loading…
Reference in New Issue
Block a user