Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Now using yarn, which results in successful builds by default.
Updated interfaces to set wifi as untrusted, just in case.
  • Loading branch information
dmblack committed Nov 17, 2018
1 parent 93053f5 commit cd97cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion src/config/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"persistent": "false"
},
"wlo1": {
"zone": "trusted",
"zone": "untrusted",
"required": "true",
"persistent": "true"
}
Expand Down

0 comments on commit cd97cca

Please sign in to comment.