Hi guy's,
we need to configure a Systemproxy for using Modern Management like Azure, InTune, ... Therefore Microsoft provides some URL's which need to be accepted on Proxy or Firewall.
So actually it's not possible for us, to do that on Firewalls. We've decided to create a Systemproxy.
But in my last tests, i recognized that if a Systemproxy, like
Blockquote
netsh winhttp set proxy proxy.contoso.com:8080 "localhost;*.contoso.com"
Blockquote
is set, some internal addresses like Hyper-V Server are not accessible via Hyper-V Console.
To avoid this issue, we want to configure the bypass-list.
As you can see, it should be possible to setup internal domain like *.contoso.com.
My question is, would it be possible to use instead networks, like 10.0.0.0/8 ?