Skip to content

forward http/https proxy server filtering requests by domain using a whitelist

License

Notifications You must be signed in to change notification settings

knrdl/filterproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filterproxy

forward http/https proxy filtering requests by domain using a whitelist

version: "2.4"

services:
  proxy:
    image: ghcr.io/knrdl/filterproxy:edge
    restart: always
    mem_limit: 100m
    ports:
      - 8080:8080
    environment:
      domains: |
        example.org
        github.com
curl --proxy http://localhost:8080 example.org  # will work
curl --proxy http://localhost:8080 example.com  # will NOT work (403 filtered)

About

forward http/https proxy server filtering requests by domain using a whitelist

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages