Skip to content

Commit

Permalink
Update config.ovpn.osxfortress
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess authored Jan 3, 2017
1 parent 2001fee commit 2ed2a6d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openvpn-server-tun.tblk/config.ovpn.osxfortress
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,18 @@ push "dhcp-option DOMAIN server.domainname.com"
push "dhcp-option PROXY_AUTO_CONFIG_URL http://proxy.domainname.private/proxy.pac"
;push "dhcp-option PROXY_HTTP 10.8.0.1 3128"
push "dhcp-option PROXY_BYPASS domainname.com"
push "cipher AES-256-CBC"
; cipher BF-CBC is susceptible to SWEET32 attacks

client-to-client

keepalive 10 120

;cipher BF-CBC
;cipher BF-CBC ; susceptible to SWEET32 attacks
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA256:TLS-DHE-DSS-WITH-AES-128-CBC-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA
tls-version-min 1.2
auth SHA512

comp-lzo

Expand Down

0 comments on commit 2ed2a6d

Please sign in to comment.