Hacker News new | ask | show | jobs
by diggan 1976 days ago
Oh, strange. I'm also on Firefox (84 on Ubuntu, 85 on Arch and Nix) and works fine here. Hunch says it can have something to do with how I redirect port 80 to the port the application is running, something like "iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3825"