Skip to content

dumpmemory/sing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sing

Do you hear the people sing?

geosite

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

wget 'https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Country.mmdb'

ss-local

go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/ss-local

ddns

GOBIN=/usr/local/bin/ go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/cloudflare-ddns

cat > /usr/local/etc/ddns.json <<EOF
{
  "cloudflare_api_key": "",
  "cloudflare_api_email": "",
  "domain": "example.com",
  "over_proxy": false
}
EOF

sudo cp ./cli/cloudflare-ddns/ddns.service /etc/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable ddns
sudo systemctl start ddns

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%