Skip to content

Commit 51338c2

Browse files
authored
Create forward-proxy-conf.md
move the file
1 parent 958f90a commit 51338c2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Enable Forward Proxy settings in order to Enable proxy setting for Ip Intellegnice client, edit:
2+
3+
/etc/app_protect/tools/iprepd.cfg
4+
and set following, For example::
5+
6+
EnableProxy=True
7+
ProxyHost=5.1.2.4
8+
ProxyPort=8080
9+
ProxyUsername=admin (optional)
10+
ProxyPassword=admin (optional)
11+
CACertPath=/etc/ssl/certs/ca-certificates.crt (optional)
12+
then re run the client again
13+
14+
/opt/app_protect/bin/iprepd /etc/app_protect/tools/iprepd.cfg > ipi.log 2>&1 &

0 commit comments

Comments
 (0)