16 lines
320 B
Text
16 lines
320 B
Text
# Comment out one of the following for client or server mode
|
|
#
|
|
# To run vtun as a server:
|
|
#
|
|
#OPTIONS='-s'
|
|
#
|
|
#
|
|
#
|
|
#To run vtun as a client, we need:
|
|
#
|
|
# - session name, e.g. "lion"; must be present in both client and server
|
|
# config files.
|
|
#
|
|
# - server address or host name.
|
|
#
|
|
#OPTIONS='lion vtun-server.example.com'
|