Plug and Proxy is a simple home proxy for managing Internet traffic
1.8K
Read more: https://github.com/AlexxIT/pnproxy
services:
pnproxy:
image: alexxit/pnproxy:master
restart: unless-stopped
network_mode: host
environment:
- TZ=Atlantic/Bermuda
volumes:
- ~/pnproxy/pnproxy.yaml:/config/pnproxy.yaml
services:
pnproxy:
image: alexxit/pnproxy:master
restart: unless-stopped
environment:
- TZ=Atlantic/Bermuda
volumes:
- ~/pnproxy/pnproxy.yaml:/config/pnproxy.yaml
networks:
vlan:
ipv4_address: 192.168.1.2
networks:
vlan:
driver: macvlan
driver_opts:
parent: eno1
ipam:
config:
- subnet: 192.168.1.0/24
gateway: 192.168.1.1
Content type
Image
Digest
sha256:33b754e21…
Size
6.9 MB
Last updated
5 months ago
docker pull alexxit/pnproxy:master