Skip to content

Commit

Permalink
Fix DNS servers not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Mar 3, 2019
1 parent a9e16c5 commit b97b6ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.2 Beta 1313 (2019-03-01)
## 1.0.2 Beta 1315 (2019-03-03)

### Fixed

- Shut down if server uses compression at all.
- Broken link to SwiftGen license.
- Custom DNS servers were not applied.

## 1.0.1 (2019-02-27)

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use_frameworks!

def shared_pods
#pod 'TunnelKit', '~> 1.4.1'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'c05a479'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '1c1547f'
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
end

Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PODS:

DEPENDENCIES:
- MBProgressHUD
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `c05a479`)
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `1c1547f`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -24,12 +24,12 @@ SPEC REPOS:

EXTERNAL SOURCES:
TunnelKit:
:commit: c05a479
:commit: 1c1547f
:git: https://github.com/keeshux/tunnelkit

CHECKOUT OPTIONS:
TunnelKit:
:commit: c05a479
:commit: 1c1547f
:git: https://github.com/keeshux/tunnelkit

SPEC CHECKSUMS:
Expand All @@ -38,6 +38,6 @@ SPEC CHECKSUMS:
SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e
TunnelKit: f4ee9a2a92015026a72f050fbcea99d81ae2ff5f

PODFILE CHECKSUM: 7a0635c9dc17663f5b3ae01198064e8f7dd9912f
PODFILE CHECKSUM: 89dda64c66112576d5cdc364e02279565623060f

COCOAPODS: 1.6.1

0 comments on commit b97b6ee

Please sign in to comment.