diff options
author | cyBerta <cyberta@riseup.net> | 2021-01-12 01:11:11 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-01-12 01:11:11 +0100 |
commit | c8343663340948c5564f2351a9f25b09cdb25dd2 (patch) | |
tree | 63098520d1ebcf24fe93a04930b412405cd51490 /app/src/test/resources | |
parent | cb7894ef9f73fdfb2f3b44b4d3c6afb6133a70ba (diff) |
fix existing tests and add one to test if a default data-ciphers parameter gets added correctly
Diffstat (limited to 'app/src/test/resources')
-rw-r--r-- | app/src/test/resources/general_configuration.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/test/resources/general_configuration.json b/app/src/test/resources/general_configuration.json index 33b0c0b5..222bd19f 100644 --- a/app/src/test/resources/general_configuration.json +++ b/app/src/test/resources/general_configuration.json @@ -1 +1 @@ -{"auth":"SHA1","cipher":"AES-128-CBC","keepalive":"10 30","tls-cipher":"DHE-RSA-AES128-SHA","tun-ipv6":true}
\ No newline at end of file +{"auth":"SHA1","cipher":"AES-128-CBC", "data-ciphers": "AES-128-CBC", "keepalive":"10 30","tls-cipher":"DHE-RSA-AES128-SHA","tun-ipv6":true}
\ No newline at end of file |