
Master
2015-09-29
09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
861 Views
1 Reply

Partner - Champion III
2015-09-29
10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
597 Views
