alexxit/pnproxy

By alexxit

Updated 5 months ago

Plug and Proxy is a simple home proxy for managing Internet traffic

Image
Networking
Web servers
0

1.8K

alexxit/pnproxy repository overview

Read more: https://github.com/AlexxIT/pnproxy

Docker compose

services:
  pnproxy:
    image: alexxit/pnproxy:master
    restart: unless-stopped
    network_mode: host
    environment:
      - TZ=Atlantic/Bermuda
    volumes:
      - ~/pnproxy/pnproxy.yaml:/config/pnproxy.yaml

Or

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

Tag summary

Content type

Image

Digest

sha256:33b754e21

Size

6.9 MB

Last updated

5 months ago

docker pull alexxit/pnproxy:master