hyperreal.coffee

IP whitelist

1irc.hyperreal.coffee {
2    @me {
3        client_ip 1.2.3.4
4    }
5    handle @me {
6        reverse_proxy localhost:9000
7    }
8    respond "You are attempting to access protected resources!" 403
9}

Reverse proxy for qBittorrent over Tailscale

1hostname.tailnet.ts.net:8888 {
2    reverse_proxy localhost:8080 {
3        header_up Host localhost:8080
4        header_up X-Forwarded-Host {host}:{hostport}
5        header_up -Origin
6        header_up -Referer
7    }
8}

Reply to this post by email ↪