diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-08-17 23:51:47 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-10-19 22:54:24 +0200 |
commit | 805fccf0c3fd4ffbbb88a20ca911b80b3219a6b0 (patch) | |
tree | 4fdd115a8767c7c63774fe2ad0a06ec16b6188ef | |
parent | a4a7fd07616032b112d20f3debf89dfb874f9e6d (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) |