knary icon indicating copy to clipboard operation
knary copied to clipboard

Reverse proxy doesn't work

Open sudosammy opened this issue 7 months ago • 0 comments

http: proxy error: context canceled

Requests connect to knary, but are not forwarded on. Requests that don't match the proxy are also not successfully processed.

.env

DNS=false
HTTP=true
BIND_ADDR=127.0.0.1
CANARY_DOMAIN=knary.tld
EXT_IP=127.0.0.1

ZONE_FILE="zones.txt"

DEBUG=true
LOG_FILE=knary.log

# This example demonstrates hosting files on *.web.knary.tld from an internal webserver, for example:
# python3 -m http.server 8080
REVERSE_PROXY_DOMAIN=proxy.knary.tld
REVERSE_PROXY_HTTP=127.0.0.1:8080

go version go version go1.24.3 darwin/arm64

sudosammy avatar May 20 '25 03:05 sudosammy