mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 13:36:55 +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"
|
||||
)
|
||||
|
||||
const (
|
||||
ExitSetupSuccess = 0
|
||||
ExitSetupFailed = 1
|
||||
)
|
||||
|
||||
const (
|
||||
ENV_WG_TUN_FD = "WG_TUN_FD"
|
||||
ENV_WG_UAPI_FD = "WG_UAPI_FD"
|
||||
|
|
Loading…
Add table
Reference in a new issue