Merge pull request #619 from resin-io/618-use-patched-global-tunnel-ng

Use forked global-scoket-ng that doesn't proxy connection to socket files.
This commit is contained in:
Alexis Svinartchouk 2017-08-11 17:18:52 +02:00 committed by GitHub
commit 2fecb8d3e9
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Use forked global-tunnel-ng that doesn't proxy connections to socket files
- Preload support
## [6.4.0] - 2017-08-11

View File

@ -53,7 +53,7 @@
"dockerode": "^2.5.0",
"drivelist": "^5.0.22",
"etcher-image-write": "^9.0.3",
"global-tunnel-ng": "^2.1.0",
"global-tunnel-ng": "github:zvin/global-tunnel#dont-proxy-connections-to-file-sockets",
"hasbin": "^1.2.3",
"inquirer": "^3.1.1",
"is-root": "^1.0.0",