smokescreen
smokescreen copied to clipboard
A simple HTTP proxy that fogs over naughty URLs
Hi! I was wondering whether there is a plan to cut a new release. Looking the last one was 2022, I am specially interested on this issue:
Socket proxy is more versatile than http proxy.
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...
The intention here should be to initialize a slice with a capacity of `len(m.counts)` rather than initializing the length of this slice. The online demo: https://go.dev/play/p/q1BcVCmvidW