mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-06-05 04:43:44 +02:00
Added missing exit codes
This commit is contained in:
parent
02ce67294c
commit
cd369cde45
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue