The exit node setup using deno is up and running and returning "e: method_not_allowed" in response to browser request (http://<server_ip:deno_port>/). However trying to fetch any specified domains that are included in the exit_node section of the mhrv config.json file, the browser returns Error; "Content Encoding Error"
""exit_node": {
"enabled": true,
"relay_url": "http://<server_ip:deno_port>/",
"psk": "<my_auth_key>",
"mode": "selective",
"hosts": [
"chatgpt.com",
"claude.ai",
"x.com",
"grok.com",
"openai.com","
The exit node setup using deno is up and running and returning "e: method_not_allowed" in response to browser request (http://<server_ip:deno_port>/). However trying to fetch any specified domains that are included in the exit_node section of the mhrv config.json file, the browser returns Error; "Content Encoding Error"
""exit_node": {
"enabled": true,
"relay_url": "http://<server_ip:deno_port>/",
"psk": "<my_auth_key>",
"mode": "selective",
"hosts": [
"chatgpt.com",
"claude.ai",
"x.com",
"grok.com",
"openai.com","