summaryrefslogtreecommitdiff
blob: 6d2750a55826cb5b0666692caef7778eabf0a116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Name to print when starting/stopping, in case of multiple servers.
#VPN_NAME="BadVPN server"

# User account to run server as.
VPN_USER="badvpn"

# Syslog identification. Use "none" to disable syslog.
#VPN_SYSLOG_IDENT="badvpn-server"

# Arguments to badvpn-server.
VPN_ARGS=(
	--listen-addr 0.0.0.0:7179
)