Skip to main content
Announcements
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Augmented Data Quality Solutions: GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
anat
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
Partner - Champion III

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