diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-10-08 11:55:15 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:20 +0100 |
commit | ef683e13aaefebd9cd1f267d5339e1ef574c42d0 (patch) | |
tree | a1e8460fe872fa72750e285101fbdf7d70b92531 /pkg/bitmask | |
parent | 49755a3271a19ab8e441406c7095e283a2d6241e (diff) |
[feat] pass udp flag to bitmask-root
Diffstat (limited to 'pkg/bitmask')
-rw-r--r-- | pkg/bitmask/bitmask.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/bitmask/bitmask.go b/pkg/bitmask/bitmask.go index 1d7217c..5597efb 100644 --- a/pkg/bitmask/bitmask.go +++ b/pkg/bitmask/bitmask.go @@ -34,6 +34,7 @@ type Bitmask interface { UseAutomaticGateway() GetTransport() string SetTransport(string) error + UseUDP(bool) error GetCurrentGateway() string GetCurrentLocation() string GetCurrentCountry() string |