diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 21:14:44 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 21:22:48 +0100 |
commit | 9c2453b05a98bc5131c37c5dfb535f10bf1054f5 (patch) | |
tree | a6ffa3d2107f9eafb1d9a5643d34dcc432ccf46b /pkg/backend/api.go | |
parent | aae8c839c62ea39adc16ee844f59b90264b6aab1 (diff) |
[bug] initialize bitmask with persisted udp option
Diffstat (limited to 'pkg/backend/api.go')
-rw-r--r-- | pkg/backend/api.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/backend/api.go b/pkg/backend/api.go index 6d5ceee..52c23c3 100644 --- a/pkg/backend/api.go +++ b/pkg/backend/api.go @@ -148,6 +148,7 @@ type InitOpts struct { ProviderOptions *bitmask.ProviderOpts SkipLaunch bool Obfs4 bool + UDP bool DisableAutostart bool StartVPN string } |