Giter Site home page Giter Site logo

aleskxyz / warp-svc Goto Github PK

View Code? Open in Web Editor NEW
92.0 92.0 23.0 23 KB

Cloudflare warp client as a socks5 server in docker

License: Apache License 2.0

Dockerfile 20.82% Shell 79.18%
cloudflare docker docker-compose dockerfile dockerimage families-mode license linux proxy socks socks5 warp

warp-svc's People

Contributors

aleskxyz avatar underw8 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

warp-svc's Issues

Handle UDP connections

Hi,

First, thanks for making this docker image. It has been very stable.

However, it looks like so far only TCP connections are handled

socat tcp-listen:1080,reuseaddr,fork tcp:localhost:40000 &

I am not familiar with socat, but with some quick googling, I found that it is possible to let socat to handle both TCP and UDP connection on one port (ref), maybe just add one line like socat udp-listen:1080,reuseaddr,fork udp:localhost:40000 & ?

the log file created as a link in volumes

I did use :

volumes:
    - ./warp:/var/lib/cloudflare-warp

in docker-compose, and I thought I could check the log but inside of warp folder there is a cfwarp_service_log.txt, it's a link, not a file......

socat listen port

Hello
Can you change the socat port from 1080 to any other that is not used as standard proxy ports?

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.