From cd97ccae9d1eeab81ee49f5f12ccf52ff59e2379 Mon Sep 17 00:00:00 2001 From: dmblack <13871038+dmblack@users.noreply.github.com> Date: Sat, 17 Nov 2018 21:49:10 +0000 Subject: [PATCH] Updated README.md Now using yarn, which results in successful builds by default. Updated interfaces to set wifi as untrusted, just in case. --- README.md | 4 ++-- src/config/interfaces.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0f4193..4d46e61 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This is achieved by using lipcap, nftables, and nfqueue. * linux * nftables -To successfully build some of the child dependencies with `npm install`, as +To successfully build some of the child dependencies with `yarn install`, as some build directly from sources like github - you may require things like (From a Debian system) * build-essential @@ -41,7 +41,7 @@ Some child dependencies have not been updated in some time failing builds with later versions of NodeJS. For best results; use LTS/Carbon (8) # Getting Started -Clone this repo within git, cd, and `npm install`. +Clone this repo within git, cd, and `yarn install`. Once running, you must initialize the app with sudo (Due to use of libpcap). diff --git a/src/config/interfaces.json b/src/config/interfaces.json index 5b948f7..8317de3 100644 --- a/src/config/interfaces.json +++ b/src/config/interfaces.json @@ -17,7 +17,7 @@ "persistent": "false" }, "wlo1": { - "zone": "trusted", + "zone": "untrusted", "required": "true", "persistent": "true" }