Liu Song’s Projects


~/Projects/dsvpn

git clone https://code.lsong.org/dsvpn

Commit

Commit
5101a86c3d0bfd387a0a90fc395bef5b4bb7ea0f
Author
Frank Denis <[email protected]>
Date
2019-08-03 23:23:24 +0200 +0200
Diffstat
 README.md | 2 +-

Mention FreeBSD, in client and point to point mode


diff --git a/README.md b/README.md
index 8ba66f3f07d4f56497b5c0363a48a52c6c33d49c..be2016a9ae8671b7be1740a4df53e298ecea3e9a 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ * Uses only modern cryptography, with formally verified implementations.
 * Low and constant memory footprint. Doesn't perform any heap memory allocations.
 * Small (~25 KB), with an equally small and readable code base. No external dependencies.
 * Works out of the box. No lousy documentation to read. No configuration file. No post-configuration. Run a single-line command on the server, a similar one on the client and you're done. No firewall and routing rules to manually mess with.
-* Works with Linux, MacOS, OpenBSD, DragonFly BSD and NetBSD. Adding support for other operating systems is trivial.
+* Works with Linux, MacOS and OpenBSD, as well as DragonFly BSD, FreeBSD and NetBSD in client and point-to-point modes. Adding support for other operating systems is trivial.
 * Doesn't leak between reconnects if the network doesn't change. Blocks IPv6 on the client to prevent IPv6 leaks.
 
 Next: