feat: add check for protector and enforced pnet

fix: update protector config and tests
docs: add private network info to the readme
test: fix an issue with config
This commit is contained in:
Jacob Heun
2018-06-08 00:30:21 +02:00
committed by David Dias
parent 40739e9639
commit 2b7cc55c88
5 changed files with 113 additions and 0 deletions

View File

@ -1,5 +1,6 @@
'use strict'
require('./pnet.node')
require('./transports.node')
require('./stream-muxing.node')
require('./peer-discovery.node')