Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
anat
Master
Master

add multiple trusted ips in config.xml

Team,

How to add multiple IP's value in config.xml at following path: <c:\progdata\qliktech\webser>

I am having one IP mentioned below:

    <TrustedIP>192.168.0.1</TrustedIP>


Now I have to add two more IP's say: 102.19.234.56 and 123.567.890.123

What would be the syntax of adding these IP's in config.xml file?

Pls suggest.

1 Reply
Gysbert_Wassenaar

Put each IP on its own line:


<TrustedIP>192.168.0.1</TrustedIP>

<TrustedIP>102.19.234.56</TrustedIP>

<TrustedIP>123.567.890.123</TrustedIP>


talk is cheap, supply exceeds demand