teddysun/xray-plugin
Fork: 64 Star: 357 (更新于 2024-11-20 04:54:42)
license: MIT
Language: Go .
A SIP003 plugin based on Xray-core
最后发布版本: v1.8.17 ( 2024-07-12 19:31:39)
Yet another SIP003 plugin for shadowsocks, based on Xray-core
Build
-
go build
Usage
See command line args for advanced usages.
Shadowsocks over websocket (HTTP)
On your server
ss-server -c config.json -p 80 --plugin xray-plugin --plugin-opts "server"
On your client
ss-local -c config.json -p 80 --plugin xray-plugin
Shadowsocks over websocket with TLS (HTTPS)
On your server
ss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts "server;tls;host=mydomain.com"
On your client
ss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts "tls;host=mydomain.com"
Shadowsocks over QUIC
On your server
ss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts "server;mode=quic;host=mydomain.com"
On your client
ss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts "mode=quic;host=mydomain.com"
Shadowsocks over gRPC
On your server
ss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts "server;mode=grpc"
On your client
ss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts "mode=grpc"
Shadowsocks over gRPC with TLS
On your server
ss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts "server;mode=grpc;tls;host=mydomain.com"
On your client
ss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts "tls;mode=grpc;host=mydomain.com"
Issue a cert for TLS and QUIC
xray-plugin
will look for TLS certificates signed by acme.sh by default.
Here's some sample commands for issuing a certificate using CloudFlare.
You can find commands for issuing certificates for other DNS providers at acme.sh.
wget -O- https://get.acme.sh | sh
~/.acme.sh/acme.sh --issue --dns dns_cf -d mydomain.com
Alternatively, you can specify path to your certificates using option cert
and key
.
Use certRaw
to pass certificate
Instead of using cert
to pass the certificate file, certRaw
could be used to pass in PEM format certificate, that is the content between -----BEGIN CERTIFICATE-----
and -----END CERTIFICATE-----
without the line breaks.
最近版本更新:(数据更新于 2024-09-06 23:21:48)
2024-07-12 19:31:39 v1.8.17
2024-06-18 15:14:01 v1.8.15
2024-05-22 13:11:35 v1.8.12
2024-04-26 12:28:14 v1.8.11
2024-03-30 18:10:31 v1.8.10
2024-03-11 12:31:23 v1.8.9
2024-02-26 09:25:40 v1.8.8
2024-01-08 09:20:25 v1.8.7
2023-11-18 12:20:47 v1.8.6
2023-11-14 11:29:04 v1.8.5
主题(topics):
v2ray, v2ray-plugin, xray, xray-plugin
teddysun/xray-plugin同语言 Go最近更新仓库
2024-11-21 22:49:20 containerd/containerd
2024-11-21 13:50:50 XTLS/Xray-core
2024-11-21 07:36:18 kubernetes/kubernetes
2024-11-21 06:27:30 ollama/ollama
2024-11-21 05:17:55 Melkeydev/go-blueprint
2024-11-21 04:04:03 dolthub/dolt