docs: upload assets/files/server.conf
This commit is contained in:
parent
6051aea5b1
commit
3dc155be4c
44
assets/files/server.conf
Normal file
44
assets/files/server.conf
Normal file
@ -0,0 +1,44 @@
|
||||
port 6174
|
||||
|
||||
proto udp
|
||||
|
||||
dev tun0
|
||||
|
||||
ca ca.crt
|
||||
cert ovpn.crt
|
||||
key ovpn.key
|
||||
|
||||
dh dh.pem
|
||||
|
||||
server 10.10.10.0 255.255.255.0
|
||||
|
||||
ifconfig-pool-persist /var/log/openvpn/ipp.txt
|
||||
|
||||
push "redirect-gateway def1 bypass-dhcp"
|
||||
|
||||
push "dhcp-option DNS 1.1.1.1"
|
||||
push "dhcp-option DNS 1.0.0.1"
|
||||
|
||||
keepalive 10 120
|
||||
|
||||
tls-auth ta.key 0
|
||||
|
||||
cipher AES-256-CBC
|
||||
auth SHA512
|
||||
|
||||
compress lz4-v2
|
||||
push "compress lz4-v2"
|
||||
|
||||
user nobody
|
||||
group nogroup
|
||||
|
||||
persist-key
|
||||
persist-tun
|
||||
|
||||
status /var/log/openvpn/openvpn-status.log
|
||||
|
||||
log-append /var/log/openvpn/openvpn.log
|
||||
|
||||
verb 3
|
||||
|
||||
explicit-exit-notify 1
|
Loading…
x
Reference in New Issue
Block a user