Sign inSign up

sqzrcc/sniproxy

By sqzrcc

Updated about 10 years ago

Base Docker Image to run an sniproxy

Image
1

1.6K

sqzrcc/sniproxy repository overview

Sniproxy Dockerfile

Allow all sites by default proxy, this insecurity source

Build Image

docker build -t sniproxy .

Usage

docker run -p 443:443 -d -name sniproxy sniproxy

Custom Config

default sniproxy.conf:

user daemon

pidfile /var/run/sniproxy.pid

listener 443 {
    protocol tls
    table https_hosts
}

table https_hosts {
.* *:443
}
  1. After the build modify sniproxy.conf
  2. run add -v you config:/etc/sniproxy.conf

Tag summary

Content type

Image

Digest

Size

157.8 MB

Last updated

about 10 years ago

docker pull sqzrcc/sniproxy