alexxit/pnproxy

By alexxit

Updated 6 months ago

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

Image
Networking
Web servers
0

2.6K

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:a29b9b13f

Size

6.9 MB

Last updated

6 months ago

docker pull alexxit/pnproxy