All Projects → jinfeijie → canCross

jinfeijie / canCross

Licence: MIT license
一键部署 SS for Docker

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to canCross

Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+80857.14%)
Mutual labels:  udp, kcptun
Shadowsocksx Ng
Next Generation of ShadowsocksX
Stars: ✭ 30,025 (+214364.29%)
Mutual labels:  shadowsocks, kcptun
New Pac
翻墙-科学上网、免费翻墙、免费科学上网、免费自由上网、fanqiang、翻墙梯子、免费软件/方法,一键翻墙浏览器,免费shadowsocks/ss/ssr/v2ray/goflyway账号/节点分享,vps一键搭建翻墙服务器脚本/教程,电脑、手机、iOS、安卓、windows、Mac、Linux、路由器翻墙
Stars: ✭ 31,869 (+227535.71%)
Mutual labels:  shadowsocks, kcptun
Proxy admin free
Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。
Stars: ✭ 487 (+3378.57%)
Mutual labels:  udp, shadowsocks
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+4092.86%)
Mutual labels:  udp, shadowsocks
Leaf
A lightweight and fast proxy utility tries to include any useful features.
Stars: ✭ 530 (+3685.71%)
Mutual labels:  udp, shadowsocks
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+59864.29%)
Mutual labels:  udp, shadowsocks
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+74707.14%)
Mutual labels:  udp, kcptun
Rsock
The best companion of kcptun
Stars: ✭ 242 (+1628.57%)
Mutual labels:  udp, shadowsocks
fuso
一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
Stars: ✭ 1,132 (+7985.71%)
Mutual labels:  udp
shadowsocks-restful-api
Secure, reliable, standard restful api for managing shadowsocks-libev
Stars: ✭ 72 (+414.29%)
Mutual labels:  shadowsocks
hev-socks5-tproxy
A simple, lightweight socks5 transparent proxy for Linux. (IPv4/IPv6/TCP/UDP over TCP)
Stars: ✭ 209 (+1392.86%)
Mutual labels:  udp
tcp-multiplexer
A TCP service multiplexer in Python
Stars: ✭ 32 (+128.57%)
Mutual labels:  shadowsocks
shadowrocket
A socks5 proxy to build your own shadowsocks private network. PHP based & Composer supported.
Stars: ✭ 23 (+64.29%)
Mutual labels:  shadowsocks
BetterJoyForDolphin
Allows the Nintendo Switch Pro Controller and Joycons to be used with the Dolphin Emulator
Stars: ✭ 44 (+214.29%)
Mutual labels:  udp
moss
Reliable and Fast UDP Connections
Stars: ✭ 37 (+164.29%)
Mutual labels:  udp
ShadowOVPN
ShadowOVPN bridges shadowsocks and OpenVPN based on Docker. You can now connect to OpenVPN servers with any shadowsocks compatible client.
Stars: ✭ 17 (+21.43%)
Mutual labels:  shadowsocks
KingNetwork
KingNetwork is an open source library to facilitate the creation and communication of clients and servers via TCP, UDP, WebSocket and RUDP sockets.
Stars: ✭ 78 (+457.14%)
Mutual labels:  udp
ctsTraffic
ctsTraffic is a highly scalable client/server networking tool giving detailed performance and reliability analytics
Stars: ✭ 125 (+792.86%)
Mutual labels:  udp
server-framework
纯C的分布式服务器框架通用模板,跨平台,模块动态加载,tcp/可靠UDP,协程RPC,日志,集群建立
Stars: ✭ 24 (+71.43%)
Mutual labels:  udp

DockerHub Badge

Docker Stars Docker Pulls Docker Automated buil

license Libraries.io for GitHub

可修改变量

环境变量 默认值 建议
PASSWORD jin123 可修改
METHOD aes-256-cfb 可修改
TIMEOUT 300 不建议修改
DNS_ADDR 8.8.8.8 不建议修改
DNS_ADDR_2 8.8.4.4 不建议修改
TUN_PORT 443 可修改
TUN_CRYPT aes-128 可修改
TUN_MODE fast 可修改
TUN_MTU 1350 不建议修改
TUN_DATASHARD 10 不建议修改
TUN_PS 3 不建议修改

参数配置图

获取本镜像

🚘获取本镜像:docker pull mrjin/shadowsocks:alpine

docker-compose 部署

version: '2.0'
services:
  strcpy-fly:
    image: mrjin/shadowsocks:alpine
    container_name: strcpy-fly
    restart: always
    environment:
      - PASSWORD=123456 
      - TUN_PORT=15000
    ports:
      - "15000:15000/udp"

其他

📧联系@jinfeijie

欢迎 Star && Fork

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].