8000 GitHub - greyfenrir/ubuntu-proxy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

greyfenrir/ubuntu-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy example

Build & Run container

$ docker build -t my_proxy .

$ docker run --privileged -it my_proxy

Users

DAD: allowed everything

export {http,https}_proxy='http://dad:d@localhost:3128'

KID: allowed yandex only

export {http,https}_proxy='http://kid:k@localhost:3128'

Checkers

cm: check mail

cy: check yandex

Modify limitations:

  1. edit /etc/squid/{squid.conf,whitelist} and save

  2. restart squid:

# /etc/init.d/squid restart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0