Coder Social home page Coder Social logo

Comments (17)

wyx2685 avatar wyx2685 commented on September 28, 2024 2

1.coming soon
2.tuic v5 in considering, no plan for ssh
3.https://github.com/cedar2025/hysteria can use this backend for hysteria2 now
4.It is global. 1 IP on N nodes will count as N device. Only connection has >100kb traffic consume in 60s will count as 1 device.Unactive device disappear for 120s.
5.fp, spiderX,http header in todo list.

from v2board.

MrVb0 avatar MrVb0 commented on September 28, 2024

In order for the "speed limit" and "device limit" features of the v2board panel to work properly, should the options "speed limit", "device limit" and "global device limit (redis)" be disabled in XrayR config?

Before this, I used XrayR global device limit based on redis and it worked correctly, but unfortunately, this feature was only on the backend side and it was not possible to apply different limits on different plans.
In your v2board panel, this work has become much more beautiful, simpler and more organized.

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

@MrVb0 yes
XrayR local setting will override v2board function

from v2board.

MrVb0 avatar MrVb0 commented on September 28, 2024

I applied device limit and speed limit options to my plans and created two new accounts for testing
I created an account with the my Telegram bot that my friends wrote for me (case 1)
I also created an account through the v2board user management section (case 2).
In case 1, none of the device limit and speed limit factors have been applied to the desired account database.
In case 2, device limit is applied but speed limit is not applied.
Where do you think the problem comes from?
Screenshot 2023-11-02 04551622

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

@MrVb0 1.device_limit added when user buy a plan
2.Im not sure how speed_limit work, I didnt change code about it

from v2board.

MrVb0 avatar MrVb0 commented on September 28, 2024

@MrVb0 2.Im not sure how speed_limit work, I didnt change code about it

I would be grateful if you could check the codes related to speed_limit and solve the bug of not applying speedlimit in v2board. Is it possible for this speed limit to be global in all nodes?

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

I've check the code found not bug this time
User should buy a plan then device_limt/speed_limt will be applied

from v2board.

MrVb0 avatar MrVb0 commented on September 28, 2024

I've check the code found not bug this time User should buy a plan then device_limt/speed_limt will be applied

But unfortunately, as you can see in the picture, even after buying a plan from the site, speed_limit is not applied in the database.

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

@MrVb0 please retry step by step and check v2_log database
didn't find any code problem now

from v2board.

MrVb0 avatar MrVb0 commented on September 28, 2024

To use the global device limit function of your v2board, it is not necessary that the global device limit xrayr is active?

       GlobalDeviceLimitConfig:
         Enable: false # Enable the global device limit of a user

Please explain more about DeviceOnlineMinTraffic option. For example, in a program like Singbox that receives pings from all servers every minute, what value should we set this option to in order not to cause problems?

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

@MrVb0 yes

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

Please explain more about DeviceOnlineMinTraffic option. For example, in a program like Singbox that receives pings from all servers every minute, what value should we set this option to in order not to cause problems?

every 60s xrayr node will send traffic and online_device to panel.
If 1 user_ip use more traffic than this value in 60s,it will count as 1 device.
personally i think 100-1000kb is recommended

from v2board.

MrVb0 avatar MrVb0 commented on September 28, 2024

every 60s xrayr node will send traffic and online_device to panel. If 1 user_ip use more traffic than this value in 60s,it will count as 1 device. personally i think 100-1000kb is recommended

That is, when a user is downloading a file or watching a video with a download speed of 1 MB/s, the system is supposed to detect it on more than 1 device?!
How can I disable this feature for testing?
If I disable this feature, will the number of IPs in all nodes be checked and controlled globally?

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

@MrVb0 no matter speed. it will only count as 1 device when traffic reach the value.
device numbers base on ip_nodeid, same ip on multi node will count as more than one device

from v2board.

ZHQSM avatar ZHQSM commented on September 28, 2024

大佬,上报的阈值在哪里改 测试如果个人切换节点太快 很容易超过设备数 目前好像是100kb吧

from v2board.

lanziii avatar lanziii commented on September 28, 2024

@ZHQSM 配置文件里。默认安装不覆盖。你先卸载再安装就会出现第32行

from v2board.

wyx2685 avatar wyx2685 commented on September 28, 2024

@ZHQSM 在配置模板里

from v2board.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.