diff --git a/pkg/vpn/menshen/gateway.go b/pkg/vpn/menshen/gateway.go index d4eb90f16baa0e278bd1d7787837e197d708dc53..99ff8a77df927c5daf9de9980f08dc718f6ffb71 100644 --- a/pkg/vpn/menshen/gateway.go +++ b/pkg/vpn/menshen/gateway.go @@ -133,6 +133,8 @@ func (m *Menshen) fetchGateways(transport string) error { Int64("port", gw.Ports[0]). Str("ip", gw.IPAddr). Str("location", strings.Title(gw.Location)). + Str("protocol", gw.Transport). + Str("transport", gw.Type). Msg("Got gateway from API") // TODO: get rid of the strings.Title stuff if menshen supports gateway identifier