-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
172 additions
and
172 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
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
(executable | ||
(name openvpn_client_lwt) | ||
(public_name openvpn-client-lwt) | ||
(package openvpn) | ||
(modules openvpn_client_lwt) | ||
(libraries openvpn lwt lwt.unix cmdliner fmt.tty logs.fmt logs.cli fmt.cli | ||
(name miragevpn_client_lwt) | ||
(public_name miragevpn-client-lwt) | ||
(package miragevpn) | ||
(modules miragevpn_client_lwt) | ||
(libraries miragevpn lwt lwt.unix cmdliner fmt.tty logs logs.fmt logs.cli fmt.cli | ||
ipaddr ipaddr.unix ptime.clock.os dns-client-lwt | ||
mirage-crypto-rng-lwt mtime.clock.os tuntap cstruct-lwt)) | ||
|
||
(executable | ||
(name openvpn_config_parser) | ||
(public_name openvpn-config-parser) | ||
(package openvpn) | ||
(package miragevpn) | ||
(modules openvpn_config_parser) | ||
(libraries openvpn logs.fmt fmt.tty rresult)) | ||
(libraries miragevpn logs logs.fmt fmt.tty rresult)) |
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(lang dune 1.0) | ||
(name openvpn) | ||
(name miragevpn) |
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
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
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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(library | ||
(name openvpn_mirage) | ||
(public_name openvpn.mirage) | ||
(libraries openvpn logs ipaddr cstruct | ||
(name miragevpn_mirage) | ||
(public_name miragevpn.mirage) | ||
(libraries miragevpn logs ipaddr cstruct | ||
rresult tcpip tcpip.icmpv4 tcpip.tcp tcpip.udp tcpip.ipv4 | ||
mirage-random mirage-clock dns-client dns-client-mirage) | ||
(wrapped false)) |
Oops, something went wrong.