MyGit
🚩收到GitHub仓库的更新通知

teddysun/xray-plugin

Fork: 59 Star: 342 (更新于 2024-05-04 20:02:04)

license: MIT

Language: Go .

A SIP003 plugin based on Xray-core

最后发布版本: v1.8.11 ( 2024-04-26 12:28:14)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

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-05-04 20:01:43)

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

2023-08-29 16:14:08 v1.8.4

2023-06-19 10:05:33 v1.8.3

2023-04-18 09:44:58 v1.8.1

主题(topics):

v2ray, v2ray-plugin, xray, xray-plugin

teddysun/xray-plugin同语言 Go最近更新仓库

2024-05-15 23:48:02 aurora-develop/aurora

2024-05-15 21:04:45 SagerNet/sing-box

2024-05-15 09:58:43 taikoxyz/taiko-mono

2024-05-15 08:28:00 ollama/ollama

2024-05-15 05:56:56 kubernetes/kubernetes

2024-05-14 17:44:23 flipped-aurora/gin-vue-admin