Sign inSign up

soff/clash

By soff

•Updated over 6 years ago

A rule-based tunnel in Go.

Image
1

309

soff/clash repository overview

docker-compose.yml

version: '3'
services:
  clash:
    container_name: clash
    image: soff/clash
    volumes:
      - ./config.yaml:/root/.config/clash/config.yaml
    ports:
      - "6667:7890"
      - "6668:7891"
      - "6653:53/udp"
    restart: always
    network_mode: "bridge"

Tag summary

Content type

Image

Digest

Size

8.2 MB

Last updated

over 6 years ago

docker pull soff/clash