blob: 656ad62cab22dbdcc70d28e4074d7ead472f053a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Network related
dev tun
ifconfig 10.13.42.1 10.13.42.2
# Connection related
comp-lzo
keepalive 10 60
persist-tun
persist-key
ping-timer-rem
# Security related
user jail
group jail
cipher AES-256-CBC
secret /prod/persist/static.key
# Set up nat
up /prod/nat.sh
|