diff --git a/CHANGELOG.md b/CHANGELOG.md index a74355d3..f2c3c69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - NordVPN provider. [#65](https://github.com/passepartoutvpn/passepartout-ios/pull/65) +- Support for `dhcp-option PROXY_HTTP[S]`. [tunnelkit#74](https://github.com/keeshux/tunnelkit/issues/74) ### Fixed diff --git a/Podfile b/Podfile index 90890e0b..eb34baad 100644 --- a/Podfile +++ b/Podfile @@ -5,8 +5,8 @@ use_frameworks! def shared_pods #pod 'TunnelKit', '~> 1.6.1' #pod 'TunnelKit/LZO', '~> 1.6.1' - pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '4af8305' - pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '4af8305' + pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '904e7ba' + pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '904e7ba' #pod 'TunnelKit', :path => '../../personal/tunnelkit' #pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit' pod 'SSZipArchive' diff --git a/Podfile.lock b/Podfile.lock index b576f8ed..d3c920e8 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -17,8 +17,8 @@ PODS: DEPENDENCIES: - MBProgressHUD - SSZipArchive - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `4af8305`) - - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `4af8305`) + - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `904e7ba`) + - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `904e7ba`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -29,12 +29,12 @@ SPEC REPOS: EXTERNAL SOURCES: TunnelKit: - :commit: 4af8305 + :commit: 904e7ba :git: https://github.com/keeshux/tunnelkit CHECKOUT OPTIONS: TunnelKit: - :commit: 4af8305 + :commit: 904e7ba :git: https://github.com/keeshux/tunnelkit SPEC CHECKSUMS: @@ -44,6 +44,6 @@ SPEC CHECKSUMS: SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165 TunnelKit: 6be99150922d3f14187dc29732032712dd4400e3 -PODFILE CHECKSUM: 3eb482b1422e230476ee092236e7b47d3ac13025 +PODFILE CHECKSUM: b832087ff53b304a1dd1d389cd17745950504d19 COCOAPODS: 1.6.1