summaryrefslogtreecommitdiff
path: root/pkg/backend/api.go
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-06-01 11:44:11 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-06-01 12:34:10 +0200
commitc2a582fa4915b1a820bcc5e5bc589cd9ac2e2d19 (patch)
tree170ff0fc8adc845ee219d84e0bf4fbe5b4f83a5f /pkg/backend/api.go
parent330d11725884d301215e170a5c41e50f691109d7 (diff)
[feat] restrict locations to selected transport
Diffstat (limited to 'pkg/backend/api.go')
-rw-r--r--pkg/backend/api.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/backend/api.go b/pkg/backend/api.go
index 53800b3..96f3072 100644
--- a/pkg/backend/api.go
+++ b/pkg/backend/api.go
@@ -81,6 +81,7 @@ func UseAutomaticGateway() {
func SetTransport(label string) {
ctx.bm.SetTransport(label)
+ go trigger(OnStatusChanged)
}
func GetTransport() *C.char {