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-26 23:11:22 +0200 |
commit | a8958d34c7e2de096f70ac80c4e098a710dc79f7 (patch) | |
tree | a6baeae04270ddff90286cd0a8156fe9232205f2 | |
parent | 67d63b28ea2e692c857b9882b6e6b26201d4c65f (diff) |
WIP: commentdhcp
-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) |