Skip to content

Commit

Permalink
Adds support for tls-crypt-v2.
Browse files Browse the repository at this point in the history
Updates generated configurations for OpenVPN 2.5.
Various bug fixes and enhancements
  • Loading branch information
Eric Thorpe committed Nov 29, 2021
1 parent 44dd949 commit d867749
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 50 deletions.
2 changes: 1 addition & 1 deletion swift/CLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CLI {
print("\(exename) Tool")
print("Using \(Utilities.OpenSSLVersion())")
print()
print("Copyright SparkLabs Pty Ltd 2019");
print("Copyright SparkLabs Pty Ltd 2021");
print("Licensed under Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)");
print("Portions of the code included in or with this tool may contain, or may be derived from, third-party code, including without limitation, open source software. All use of third-party software is subject to and governed by the respective licenses for the third-party software. These licenses are available at https://github.com/thesparklabs/openvpn-configuration-generator/blob/master/LICENSE");
}
Expand Down
Loading

0 comments on commit d867749

Please sign in to comment.