Merge pull request #1083 from amnezia-vpn/bugfix/ios-native-wg-obfuscation

bugfix: fixed parameter handling for native wg obfuscation
This commit is contained in:
pokamest 2024-09-23 07:51:06 -07:00 committed by GitHub
commit bb87c0838d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 13 deletions

View file

@ -65,6 +65,7 @@ namespace amnezia
constexpr char last_config[] = "last_config";
constexpr char isThirdPartyConfig[] = "isThirdPartyConfig";
constexpr char isObfuscationEnabled[] = "isObfuscationEnabled";
constexpr char junkPacketCount[] = "Jc";
constexpr char junkPacketMinSize[] = "Jmin";