shenanigansf
This commit is contained in:
16
client.conf
16
client.conf
@@ -1,11 +1,25 @@
|
||||
client
|
||||
dev tun
|
||||
proto udp
|
||||
remote 10.60.0.3 1194
|
||||
remote 10.60.0.3 1194 # ip da vpn gateway
|
||||
persist-tun
|
||||
persist-key
|
||||
|
||||
# certificados
|
||||
ca ca.crt
|
||||
cert user.crt
|
||||
key user.key
|
||||
|
||||
# criamos key
|
||||
# crismos csr resquest
|
||||
# -> gateway
|
||||
# el certificado
|
||||
# -> user
|
||||
|
||||
# 2FA
|
||||
auth-user-pass
|
||||
cipher AES-256-GCM
|
||||
auth SHA256
|
||||
|
||||
tls-auth ta.key 1
|
||||
key-direction 1
|
||||
|
||||
Reference in New Issue
Block a user