{"id":16365964,"url":"https://github.com/teddysun/xray-plugin","last_synced_at":"2026-02-22T05:05:36.552Z","repository":{"id":46526672,"uuid":"340276484","full_name":"teddysun/xray-plugin","owner":"teddysun","description":"A SIP003 plugin based on Xray-core","archived":false,"fork":false,"pushed_at":"2024-10-04T15:49:21.000Z","size":200,"stargazers_count":366,"open_issues_count":5,"forks_count":64,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-06T14:05:14.765Z","etag":null,"topics":["v2ray","v2ray-plugin","xray","xray-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teddysun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-19T06:17:11.000Z","updated_at":"2025-04-01T21:09:28.000Z","dependencies_parsed_at":"2024-05-22T06:25:59.659Z","dependency_job_id":"8bede4f9-41b8-4a67-9b8e-62c663ac933b","html_url":"https://github.com/teddysun/xray-plugin","commit_stats":{"total_commits":69,"total_committers":3,"mean_commits":23.0,"dds":0.07246376811594202,"last_synced_commit":"96a75e491a3400935fa58861ad4342027cddd4e0"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fxray-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fxray-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fxray-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fxray-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teddysun","download_url":"https://codeload.github.com/teddysun/xray-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453652,"owners_count":22073617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["v2ray","v2ray-plugin","xray","xray-plugin"],"created_at":"2024-10-11T02:44:54.631Z","updated_at":"2026-02-22T05:05:31.513Z","avatar_url":"https://github.com/teddysun.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Yet another SIP003 plugin for shadowsocks, based on [Xray-core](https://github.com/xtls/xray-core)\n\n## Build\n\n* `go build`\n\n## Usage\n\nSee command line args for advanced usages.\n\n### Shadowsocks over websocket (HTTP)\n\nOn your server\n\n```sh\nss-server -c config.json -p 80 --plugin xray-plugin --plugin-opts \"server\"\n```\n\nOn your client\n\n```sh\nss-local -c config.json -p 80 --plugin xray-plugin\n```\n\n### Shadowsocks over websocket with TLS (HTTPS)\n\nOn your server\n\n```sh\nss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts \"server;tls;host=mydomain.com\"\n```\n\nOn your client\n\n```sh\nss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts \"tls;host=mydomain.com\"\n```\n\n### Shadowsocks over QUIC\n\nOn your server\n\n```sh\nss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts \"server;mode=quic;host=mydomain.com\"\n```\n\nOn your client\n\n```sh\nss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts \"mode=quic;host=mydomain.com\"\n```\n\n### Shadowsocks over gRPC\n\nOn your server\n\n```sh\nss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts \"server;mode=grpc\"\n```\n\nOn your client\n\n```sh\nss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts \"mode=grpc\"\n```\n\n### Shadowsocks over gRPC with TLS\n\nOn your server\n\n```sh\nss-server -c config.json -p 443 --plugin xray-plugin --plugin-opts \"server;mode=grpc;tls;host=mydomain.com\"\n```\n\nOn your client\n\n```sh\nss-local -c config.json -p 443 --plugin xray-plugin --plugin-opts \"tls;mode=grpc;host=mydomain.com\"\n```\n\n### Issue a cert for TLS and QUIC\n\n`xray-plugin` will look for TLS certificates signed by [acme.sh](https://github.com/acmesh-official/acme.sh) by default.\nHere's some sample commands for issuing a certificate using CloudFlare.\nYou can find commands for issuing certificates for other DNS providers at acme.sh.\n\n```sh\nwget -O-  https://get.acme.sh | sh\n~/.acme.sh/acme.sh --issue --dns dns_cf -d mydomain.com\n```\n\nAlternatively, you can specify path to your certificates using option `cert` and `key`.\n\n### Use `certRaw` to pass certificate\n\nInstead 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddysun%2Fxray-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddysun%2Fxray-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddysun%2Fxray-plugin/lists"}