From 5101a86c3d0bfd387a0a90fc395bef5b4bb7ea0f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 3 Aug 2019 23:23:24 +0200 Subject: [PATCH] Mention FreeBSD, in client and point to point mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba66f3..be2016a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Features: * 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: