diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-11T16·34+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-11T16·34+0100 |
commit | 7824e0e7e34a4b5245f817fb70da53d4bcd707c7 (patch) | |
tree | 114b5f0d4d83bde52dd247f24160fb631fb32a16 /README.md | |
parent | dd1e6c3b36d4b055af879fc1a0f6febecae35591 (diff) |
docs: Add blog post to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index 1846a8beab7e..712c96cd95d4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ OpenVPN protocol, which makes it impossible to start those connections solely by using the `openvpn` CLI and configuration files. What this application does has been reverse-engineered from the "WatchGuard Mobile VPN -with SSL" application on OS X. A writeup of the protocol and the security implications -will be linked here in the future. +with SSL" application on OS X. + +I've published a [blog post](https://www.tazj.in/en/1486830338) describing the process +and what is actually going on in this protocol. ## Installation |