[PORT]
#
# PORT_INCREMENT is used to increment the port for each new server
#

PORT_INCREMENT = 1
PORT = 1194


[OPTIONS]

# Protocol can be either tcp or udp.  Must be lower case
PROTOCOL = tcp

# TAPTUN is either tap or tun.  Must be lower case.
# To select a static tap or static tun, use tapXXX or tunXXX
TAPTUN = tapXXX

# DHBITS is either 1024 or 2048
DHBITS = 1024

DUPLICATECN = no

#
# yes if you are using Ethernet bridging
# yes-proxy if you are using bridging with DHCP proxying
# yes-nogw if you are briding, DHCP proxying and don't want the gateway pushed
BRIDGE = no

# Set to yes if you expect to have any Windows clients
WINDOWS = no

[TUNNEL]

# Are clients allowed to access the VPN server.  Yes or No, must be lower case
CLIENTACCESS = no

# Are clients allowed to access other clients?  Yes or No, lower case
CLIENT2CLIENT = no


[ADVANCED]

MANAGEMENT-ADDRESS = 127.0.0.1
MANAGEMENT-PORT = 7505

MANAGEMENT_PORT_INCREMENT = 1


FAST-IO = no

MULTIHOME = no

# MTU Discover, either kernel, no, maybe, or yes
MTU-DISCOVERY = kernel

# MTU Test, no or yes, can take up to 3 minutes to complete
MTU-TEST = no

# MSSFIX is either no, or a number of the largest UDP packet size
MSSFIX = no

# FRAGMENT is either no, or the largest UDP datagrams size
FRAGMENT = no

# Logfile options

VERB = 1



# Proxy is only used for clients
[PROXY]

# the username string must consist only of these characters: alphanumeric,
# underbar ('_'), dash ('-'), dot ('.'), or at ('@'). The password string
# can consist of any printable characters except for CR or LF. Any illegal
# characters in either the username or password string will be converted to underbar ('_').
# This is the username/password to log into the HTTP proxy
USERNAME = 
PASSWORD = 

# auth-method should be one of "auto", "none", "basic", or "ntlm".
AUTHENTICATION_METHOD = auto

HTTP_PROXY_HOST = 
HTTP_PROXY_RETRY = no
HTTP_PROXY_TIMEOUT = 5
HTTP_PROXY_OPTION-VERSION = 
HTTP_PROXY_OPTION-AGENT = 

SOCKS_PROXY_HOST = none
SOCKS_PROXY_RETRY = no

