summaryrefslogtreecommitdiffstats
path: root/net-misc/httptunnel/files/hts.sysconfig
blob: eb3fd3bddaf9b574bac48002937af86c072fe877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
###
## Server Configuration
###

# Port HTS listening for connections 
HTS_PORT=8080

# Service connections are redirected to.
HTS_SERVICE=vtun
# Server and port service running on
HTS_SERVICE_SERVER=localhost
HTS_SERVICE_PORT=5000