diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-08-17 23:51:47 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2024-01-08 00:15:09 +0100 |
commit | eed3774cad76eab83c4260d832c4bea4dd17f43d (patch) | |
tree | 76e3e8b9f72b695df41113e5b573941e300cce5a | |
parent | d48e6914c71b1f62a9b27e5a8b37963812e34615 (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) |