All Projects → DeerCloud → docker-snell

DeerCloud / docker-snell

Licence: other
🐳 snell - an encrypted proxy service program

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-snell

Futafilter
專為臺灣人設計的廣告阻擋規則 🇹🇼
Stars: ✭ 100 (+185.71%)
Mutual labels:  surge
Confconvertor
旨在能够使用一套配置通过转换API转换成适应于各类科学上网的配置文件
Stars: ✭ 173 (+394.29%)
Mutual labels:  surge
JD tencent scf
自用脚本,随缘更新
Stars: ✭ 440 (+1157.14%)
Mutual labels:  surge
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (+260%)
Mutual labels:  surge
Hostsvn
Hosts block ads of Vietnamese
Stars: ✭ 145 (+314.29%)
Mutual labels:  surge
Profiles
👍 Make JavaScript Great Again
Stars: ✭ 238 (+580%)
Mutual labels:  surge
Surge
Some useful scripts.
Stars: ✭ 1,267 (+3520%)
Mutual labels:  surge
GeoIP2-CN
小巧精悍、准确、实用 GeoIP2 数据库
Stars: ✭ 3,965 (+11228.57%)
Mutual labels:  surge
Surge Rules
🦄 🎃 👻 Surge 规则集(DOMAIN-SET 和 RULE-SET),兼容 Surge for iOS 和 Surge for Mac 客户端。
Stars: ✭ 151 (+331.43%)
Mutual labels:  surge
scripts
Loon & Quantumult X & Surge 脚本,Scriptable脚本,签到、解锁、机场流量查询、京东金融白条提额
Stars: ✭ 43 (+22.86%)
Mutual labels:  surge
Unblockchn
Unblock CHN - Shadowsocks 回国解锁代理分流配置工具 (路由器 & Surge) - Unblock Youku 衍生工具
Stars: ✭ 134 (+282.86%)
Mutual labels:  surge
Shadowrocket Adblock Rules
提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。
Stars: ✭ 12,447 (+35462.86%)
Mutual labels:  surge
SS-Rule-Snippet
搜集、整理、维护 Surge / Quantumult (X) / Shadowrocket / Surfboard / clash (Premium) 实用规则。
Stars: ✭ 8,975 (+25542.86%)
Mutual labels:  surge
Surgeconfiggenerator
Surge配置生成器 (快速生成属于你自己的 Surge 配置)
Stars: ✭ 125 (+257.14%)
Mutual labels:  surge
Rules
No description or website provided.
Stars: ✭ 299 (+754.29%)
Mutual labels:  surge
Rules
自用Clash 策略组及规则 及Subconverter 相关资源备份
Stars: ✭ 94 (+168.57%)
Mutual labels:  surge
Shadowsocksbio
记录一下Shadowsocks的前世今生,以及一个简单的教程总结
Stars: ✭ 2,518 (+7094.29%)
Mutual labels:  surge
neohosts
自由·负责·克制 去广告 Hosts 项目(Build with a tool written in Ruby)
Stars: ✭ 20 (-42.86%)
Mutual labels:  surge
fitnotifications
Fit Notifications allows you to view all your Android notifications on your Fitbit device, as long as it supports at least "Text Notifications" natively.
Stars: ✭ 18 (-48.57%)
Mutual labels:  surge
SurgeConfig
这是我日常使用 Surge 配置 Shadowsocks 代理翻墙的文件。
Stars: ✭ 32 (-8.57%)
Mutual labels:  surge

snell

an encrypted proxy service program.

Docker Hub · Project Source · Telegram Channel

***

latest version

version
deercloud/snell:latest
deercloud/snell:current
deercloud/snell:1.1.1

environment variables

name value
SERVER_HOST 0.0.0.0
SERVER_PORT 8388
PSK [RANDOM]
OBFS http
ARGS -

Pull the image

$ docker pull deercloud/snell

Start a container

$ docker run -p 8388:8388 -p 8388:8388/udp -d \
  --restart always --name=snell deercloud/snell

Display config

$ docker logs snell

[snell-server]
listen = 0.0.0.0:8388
psk = 05d80656cd67e1bec62d3366c13e6f11
obfs = http
2019-02-17 14:11:06.265334 [server_main] <NOTIFY> snell-server v1.1.1 (Mar  5 2019 13:50:05)
2019-02-17 14:11:06.265477 [server_main] <NOTIFY> Start snell server on 0.0.0.0:8388
2019-02-17 14:11:06.265484 [server_main] <NOTIFY> Obfs enabled (HTTP)
2019-02-17 14:11:06.265546 [server_main] <NOTIFY> TCP Fast Open enabled

Add a proxy line in Surge

Proxy = snell, [SERVER ADDRESS], 8388, psk=05d80656cd67e1bec62d3366c13e6f11, obfs=http

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].