Override IP adresses in proxyConfig | Adobe Higher Education
Skip to main content
Level 2
April 18, 2023
Frage

Override IP adresses in proxyConfig

  • April 18, 2023
  • 3 Antworten
  • 975 Ansichten

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.

Dieses Thema wurde für Antworten geschlossen.

3 Antworten

Amine_Abedour
Community Advisor
Community Advisor
April 19, 2023

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

Amine ABEDOUR
dhfwAutor
Level 2
April 19, 2023

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.

Sukrity_Wadhwa
Community Manager
Community Manager
June 7, 2023

Hi @dhfw,

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

Thanks!

Sukrity Wadhwa