Skip to content

Commit

Permalink
PIA-1960: Update OpenVPN and update its whitelist parameters to allow…
Browse files Browse the repository at this point in the history
… for pia specific ones
  • Loading branch information
kp-juan-docal committed Jun 20, 2024
1 parent f885ad0 commit 5b3c6a0
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "com.kape.android"
version = "0.3.7"
version = "0.3.7-pia"

apply plugin: "org.jlleitschuh.gradle.ktlint"

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ internal class FilterAdditionalOpenVpnParams : IFilterAdditionalOpenVpnParams {
"--topology",
"--tun-mtu",
"--tun-mtu-extra",
"--windows-driver"
"--windows-driver",
"--cipher",
"--pia-signal-settings",
"--ncp-disable",
)
}
}

0 comments on commit 5b3c6a0

Please sign in to comment.