Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

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.

3 Replies

Avatar

Community Advisor

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.

Avatar

Administrator

Hi @dhfw,

Were you able to resolve this query on your own? Please share your insights. 

Thanks!



Sukrity Wadhwa