pppoe + XTLS proxy server http & socks, IPv4 & v6.
2.4K
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
Content type
Image
Digest
sha256:ad9cf1365…
Size
109.2 MB
Last updated
5 months ago
docker pull icedfish/pppoe-proxy