-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from djs55/release.0.1.0
Update CHANGES for a v0.1.0 release
- Loading branch information
Showing
5 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### v0.1.0 (2017-08-17) | ||
|
||
* use Mirage 3 interfaces | ||
* add support for ICMP ECHO_REQUESTS | ||
* add support for transparent HTTP/HTTPS proxying | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env ocaml | ||
#use "topfind" | ||
#require "topkg-jbuilder.auto" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
VPN-friendly networking devices for HyperKit | ||
|
||
HyperKit is a hypervisor which runs on macOS using the "hypervisor.framework". | ||
VPNKit implements a virtual ethernet device for HyperKit VMs in a VPN-friendly | ||
way, by terminating and proxying all the TCP flows, caching and forwarding | ||
DNS requests etc. HyperKit and VPNKit are used in Docker for Mac and Windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,10 @@ authors: [ | |
"Thomas Gazagnaire <[email protected]>" | ||
"Thomas Leonard <[email protected]>" | ||
] | ||
homepage: "https://github.com/docker/vpnkit" | ||
bug-reports: "https://github.com/docker/vpnkit/issues" | ||
dev-repo: "https://github.com/docker/vpnkit.git" | ||
doc: "https://docker.github.io/vpnkit/" | ||
homepage: "https://github.com/moby/vpnkit" | ||
bug-reports: "https://github.com/moby/vpnkit/issues" | ||
dev-repo: "https://github.com/moby/vpnkit.git" | ||
doc: "https://moby.github.io/vpnkit/" | ||
|
||
build: [ | ||
[make] | ||
|
@@ -27,7 +27,6 @@ install: [make "install" "BINDIR=%{bin}%"] | |
remove: [make "uninstall" "BINDIR=%{bin}%"] | ||
|
||
depends: [ | ||
"ocamlfind" {build} | ||
"jbuilder" {build} | ||
"alcotest" {test} | ||
"result" | ||
|