Coder Social home page Coder Social logo

gfw's Introduction

Statistics

Langs-2023 Repos-2023

Year in Review

GitHub-Wrapped-2023

gfw's People

Contributors

zydou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gfw's Issues

Use case examples for docker images

It would be very helpful if a simple use case or multiple are described for the different docker images.
Such as the "https://github.com/zydou/GFW/blob/master/nextdns/README.md" mentioning it can be used to run other docker containers via NextDNS, or so you can send internal network clients to the docker container instead of directly out of the network.
Or some quick text that describes why someone might want to use the docker container over other methods.

Cannot startup v2ray service due to wrong CMD in Dockerfile

Error log from docker container:

[2K1Panel-localv2ray-cEBN  | Usage of /usr/bin/v2ray:
[2K1Panel-localv2ray-cEBN  | flag provided but not defined: -config

From Dockerfile we can see the startup CMD

CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ]

From v2ray official document, V2Ray has the following commandline parameters:

v2ray [-version] [-test] [-config=config.json] [-format=json]

so the corrent CMD should be as listed below

CMD [ "/usr/bin/v2ray", "run", "-config=/etc/v2ray/config.json" ]

After I add the following line into docker-compose.yml, the container runs normally.

command: "/usr/bin/v2ray run -config=/etc/v2ray/config.json"

v2rayn客户端 中ssl无法匹配

您好,先生。根据您的naiveproxy的docker-compose.yml的配置,最后一行,您写的https://user..........,但是根据您的内容可以在服务器上正常运行,拉取docker镜像。但是naive节点要ssl证书呀。我提前申请了一个证书,我根据您的文档 进行了一下调整。一下是我的docker compose文档
version: "3.9"
services:
service.naiveproxy:
image: zydou/naiveproxy:latest
container_name: naiveproxy
ports:
- 4221:1080
restart: always

volumes:
  - /home/naiveproxy/cert/fullchain.pem/:/etc/naiveproxy/fullchain.pem:ro
  - /home/naiveproxy/cert/private.pem/:/etc/naiveproxy/private.pem:ro
command: naive --listen=socks://0.0.0.0:1080 --proxy=https://wangzai:[email protected] 。我重新调改的文件可以拉取您的docker镜像。但是无法再客户端正常连接。客户端老是报错ssl错误,我是提前申请了证书的。并在docker  compose中加了一个volumes来映射证书位置。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.