Does this work different than the policy key? As far as I know the keys under software\policies are used by both group policy and intune, and honored by windows home editions so I’d expect they’d work more reliably than an outlook config setting.
- 0 Posts
- 2 Comments
Joined 2 months ago
Cake day: May 27th, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


If they’re just internal the simplest way is to add another IP on the same interface to whatever is serving your service, then bind the service to that IP and add the entry in DNS.
If for some reason you want to keep everything hosted on one IP, for a reverse proxy, caddy is pretty simple. An example caddyfile would be:
This would also allow you to set https in the future using ACME (dns method if internal only) or your own CA / custom cert.