• 1 Post
  • 71 Comments
Joined 2 years ago
cake
Cake day: November 6th, 2024

help-circle


  • Although I do have mine exposed to the internet, I do think this is the simpliest way:

    Have an additional DNS resolver capable of overriding your outbound request to your server to loop back instead. I’m not sure what you’ll need to do different if you’re using a domain for your certificate, you could likely add your local IPs to your DNS return. But using domains allows you to wildcard your DNS override to catch all connections you may have using subdomains

    E: if anyone could let me know if they see this comment, it seems my instance is having issues federating








  • redirects port 80 to wikipedia

    Unless Im missunderstanding… why? You are using a reverse proxy and https for your services? If you aren’t, that’s a terrible vulnerabulity you’ve made yourself. Why would you need to access a web service on any other port than https? A reverse proxy allows you to use subdomain routing to access different services behind your domain. Your companies firewall is certainly blocking you from accessing nonstandard ports.