Since this is the 3rd time a ticket is created because of this check added a while back, I think it is a good idea to have a summary and clarification on what will be allowed as a noproxy
IP address
| rule | example | actual | expected | issue | checked by |
|---|---|---|---|---|---|
| full valid IPV4 is allowed | 192.168.10.10 | allowed | allowed | no | IPAddr.new(host_to_check) |
| full valid IPV6 is allowed | 2001:42:4:0:0:1:34:0 | allowed | allowed | no | IPAddr.new(host_to_check) |
| partial IP with preceeding dot as wild card is not allowed | .192.168 | not allowed | unknown | no | [IPAddr.new(host_to_check)](https://github.com/github/enterprise2/blob/master/enterprise-manage/lib/manage/validators/enterpri |

