Bryan Eastes

Results 2 issues of Bryan Eastes

Pretty straightforward - adding the allow/deny command line arguments to the config loader so they can be included in a yaml configuration. This allows you to have a yaml config...

Hello! Playing around with smokescreen, I noticed a potential rough edge. I'm using this command line configuration: ``` ./smokescreen --listen-port 8888 --allow-range '192.168.0.0/16' --deny-address '192.168.1.5' ``` I would expect this...