Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.

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