-
Notifications
You must be signed in to change notification settings - Fork 3
/
jvpn.ini
55 lines (52 loc) · 1.61 KB
/
jvpn.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# vpn host name
host=
#
# vpn port (non-default never tested)
port=443
#
# "url" part of vpn login page: https://<host>:<port>/dana-na/auth/<url>/login.cgi
# if not set url=url_default
url=url_default
#
# it is possible to setup a vpn username in the configuration file or ask it interactively
# To prompt for the username every time, use:
# username=interactive
# To setup a username in the configuration file:
# username=myusername
username=interactive
#
# realm - could be taken from web login form
realm=
#
# Certificate validation, disable for self signed certificates
verifycert=0
#
# set immutable (+i) attribute on /etc/resolv.conf after connect, 1 to enable
# It works only if jvpn script is running with root UID.
# set it if your OS or DHCP client overwriting this file
dnsprotect=0
#
# Mode could be ncsvc or ncui. Default is ncsvc, use ncui only in case of
# problems. See documentatuion for the details.
mode=ncsvc
#
# scripting support - uncomment next line to run user-defined script on events
## script=scripts/sample-script.sh
#
# it is possible to setup password in configuration file, ask it ineractively
# or to use external helpers to provide it.
# Use line
# password=interactive
# to prompt password every time
# To setup password in configuration use
# password=plaintext:mypassword
# format
# If you want to use external program to provide the password use
# password=helper:scripts/password.sh
# format
password=interactive
# enable host checker support. This will require JRE to run tncc.jar process.
# It is recommended to enable only if your VPN server require this
hostchecker=0
# debug - set to 1 to enable
debug=0