Enhancements

Fix compatibility with some non-standard ShadowsocksR subscription.
Add local rulesets from ConnersHua, lhie1 and NobyDa.
Add support for conversion of some nodes between Shadowsocks and ShadowsocksR format.
Add some build scripts.
Optimize default groups and rulesets.
Optimize Gist uploader.
Optimize codes and performance.
This commit is contained in:
Tindy X
2019-11-19 21:37:18 +08:00
parent 5347540475
commit abada4ec8b
101 changed files with 23754 additions and 130 deletions

View File

@@ -718,7 +718,7 @@ public:
content += "\n";
}
return content;
return content.substr(0, content.size() - 2);
}
/**