Hello,
I would like to add some IP adresses to override proxy configuration. I already have few DNSs and all works well, my proxy config looks like this :
<proxyConfig enabled="1" override="localhost*,*test.com*,*sample.com*" useSingleProxy="0">
But adding an IP adress to the list doenst seem to work.
<proxyConfig enabled="1" override="localhost*,*test.com*,*sample.com*,*10.119.20.14*" useSingleProxy="0">
Thanks for your help.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @dhfw
Try without the (*) :
<proxyConfig enabled="1" override="localhost*,*test.com*,*sample.com*,10.119.20.14" useSingleProxy="0">
It works for me like this.
Br,
Amine
Views
Replies
Total Likes
Hello Amine,
Thanks for the answer, I tried it first without * and it didn't seem to work for me. If that works for you, then it must be something else from my end and not the syntax.
Thanks for your help.
Views
Replies
Total Likes
Hi @dhfw,
Were you able to resolve this query on your own? Please share your insights.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies