From caed5fef1e95c8eda1dca25b46c3391768e58b90 Mon Sep 17 00:00:00 2001 From: Colette Contreras Date: Sun, 5 Jan 2020 20:57:59 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/README.md b/README.md index f3326ee..f47e3b5 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,10 @@ # Poseidon -- A buildin V2ray plugin -### What's the difference between `Community` version and `Enterprise` version? - -Community version can only be used for a small user scale, which user count is less than 50. - -Enterprise version has no limit. [How to get Enterprise version? and how much is it?](https://github.com/ColetteContreras/v2ray-poseidon/wiki/How-to-get-Enterprise-version%3F-and-how-much-is-it%3F) - - ## Contact Get in touch via [TG group: v2ray_poseidon](https://t.me/v2ray_poseidon) -## Updates - -- v1.0.0 - - Breaking Changes: - - - config files structure has been changed, new structure is: - - ```diff - { - - "ssrpanel": { - + "poseidon": { - ... ... - } - } - ``` - - - Added IP limit - - It's a number that how many ip a user can use at the same moment - - You can set user's `protocol_param` field on the database - - Added rate limit - - You should set user's `speed_limit_per_user` and `speed_limit_per_conn` fields on the database - - Added closing user connections instantly after user has been deleted - - By default the user's connections will not be disconnected after being deleted, but that is not we wanted. - -========================= +=========================================== Only one thing user should do is that setting up the database connection, without doing that user needn't do anything! From 2f66c0f84856e0508b8c54936c0b72f9f581ab2d Mon Sep 17 00:00:00 2001 From: Colette Contreras Date: Sun, 5 Jan 2020 20:58:32 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f47e3b5..b2d5ec9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Poseidon -- A buildin V2ray plugin -## Contact +### Contact Get in touch via [TG group: v2ray_poseidon](https://t.me/v2ray_poseidon) -=========================================== +## Only one thing user should do is that setting up the database connection, without doing that user needn't do anything!