Sign inSign up

icedfish/pppoe-proxy

By icedfish

•Updated 5 months ago

pppoe + XTLS proxy server http & socks, IPv4 & v6.

Image
0

2.4K

icedfish/pppoe-proxy repository overview

docker compose demo:

networks:
    nic-eth1:
        driver: macvlan
        driver_opts:
        parent: eth1
        macvlan_mode: bridge
services:
    pppoe1:
      image: icedfish/pppoe-proxy
      restart: always
      privileged: true
      volumes:
        - ./xray.json:/etc/xray/config.json:ro
      networks: [ nic-eth1 ]
      environment:
        - PPPOE_USERNAME=123456
        - PPPOE_PASSWORD=666666

Tag summary

Content type

Image

Digest

sha256:ad9cf1365…

Size

109.2 MB

Last updated

5 months ago

docker pull icedfish/pppoe-proxy