diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-08-17 23:51:47 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-09-27 23:59:41 +0200 |
commit | 92b44021cd73c878dacd5ce7cce2d150dcdf74ad (patch) | |
tree | af00584d76a6829019fff71f564581f7b62eeb47 | |
parent | 46720770e53f210438d001bfbd8e6c9498552420 (diff) |
WIP: comment
-rw-r--r-- | tunnel/tools/libwg-go/http-proxy.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tunnel/tools/libwg-go/http-proxy.go b/tunnel/tools/libwg-go/http-proxy.go index 241c7f7d..11ab0716 100644 --- a/tunnel/tools/libwg-go/http-proxy.go +++ b/tunnel/tools/libwg-go/http-proxy.go @@ -598,6 +598,7 @@ func (h *HttpHandler) addConnToProxyMap(c net.Conn) error { case pkg := <-retCh: h.logger.Verbosef("uidResponse: '%v'", pkg) + // TODO add NotMetered as proxy, ok := h.proxyMap[pkg] if !ok { proxy, err = h.findProxyForPkg(pkg) |