docs: delete assets/files/server.conf
This commit is contained in:
parent
56cb0f24b6
commit
a9decc3698
@ -1,41 +0,0 @@
|
||||
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
|
||||
|
||||
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