From 3b3e71988acfbba6b306a7455f5e90b6e3a46cc7 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 22 Jun 2018 10:29:32 +0200 Subject: [PATCH] Fixed -f explanation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 070b5d1..d3b3bfa 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ or $ N2N_KEY=encryptme sudo ./edge -d n2n0 -c mynetwork -u 99 -g 99 -m 3C:A0:12:34:56:78 -a 1.2.3.4 -l a.b.c.d:xyw ``` -Once you have this worked out, you can add the `-f` option to make edge detach -and run as a daemon. +By defaul the edge will run in background but you can use the `-f` option to keep it in foreground. Note that `-d`, `-u`, `-g` and `-f` options are not available for Windows.