Expand my Community achievements bar.

The 5th edition of the Campaign Community Lens newsletter is out now!

Override IP adresses in proxyConfig

Avatar

Level 2

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

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 4

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

Avatar

Level 2

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.

page footer