From fb8de18b9dfb723a10ac019635b806a401414450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 2 May 2022 12:50:53 +0800 Subject: [PATCH] Update README --- README.md | 54 +-------------------------------------- cli/ss-server/README.md | 39 ++++++++++++++++++++++++++++ cli/ss-server/config.json | 2 +- 3 files changed, 41 insertions(+), 54 deletions(-) create mode 100644 cli/ss-server/README.md diff --git a/README.md b/README.md index 61cf930..95c7df5 100644 --- a/README.md +++ b/README.md @@ -1,55 +1,3 @@ # sing -Do you hear the people sing? - -### geosite - -```shell -go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/geosite -``` - -create from v2ray - -`geosite add v2ray` - -create cn only dat - -`geosite add v2ray cn` - -### geoip - -```shell -wget 'https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Country.mmdb' -``` - -### ss-local - -```shell -go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/ss-local -``` - -### ss-server - -```shell -go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/ss-server -``` - -### ddns - -```shell -GOBIN=/usr/local/bin/ go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/cloudflare-ddns - -cat > /usr/local/etc/ddns.json <