ndpi web QOS set ndpi?
Moderator: Moderators
Re: ndpi web QOS set ndpi?
Hi Lantis have you looked at this any further? Since my first week I'm now running between my weekly scheduled reboots constantly without issues and the blocking is working.
Re: ndpi web QOS set ndpi?
I was experiencing a crash more than once a week so I had to disable the module for my own sanity.
I'd say there are certain traffic markers which are crashing it. But I can't track it down.
I'd love to get it stable.
I'm currently working with Eric on the new GUI stuff. Once that is finished I'll chat to him about nDPI and see if his expertise can assist in getting it over the line.
I'd say there are certain traffic markers which are crashing it. But I can't track it down.
I'd love to get it stable.
I'm currently working with Eric on the new GUI stuff. Once that is finished I'll chat to him about nDPI and see if his expertise can assist in getting it over the line.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: ndpi web QOS set ndpi?
Openwrt gui new project?Lantis wrote:I was experiencing a crash more than once a week so I had to disable the module for my own sanity.
I'd say there are certain traffic markers which are crashing it. But I can't track it down.
I'd love to get it stable.
I'm currently working with Eric on the new GUI stuff. Once that is finished I'll chat to him about nDPI and see if his expertise can assist in getting it over the line.
Re: ndpi web QOS set ndpi?
Lantis wrote:I was experiencing a crash more than once a week so I had to disable the module for my own sanity.
I'd say there are certain traffic markers which are crashing it. But I can't track it down.
I'd love to get it stable.
I'm currently working with Eric on the new GUI stuff. Once that is finished I'll chat to him about nDPI and see if his expertise can assist in getting it over the line.
The author of the source code says your script has not tagged match yet
Code: Select all
查看你提供的链接里面石像鬼QoS的源码(package/qos-gargoyle/files/qos_gargoyle.init)里面没有使用nDPI模块进行流量匹配,使用的仍然是石像鬼原本的Layer7模块。看代码就知道了,不用编译测试。
顺便你截图里面QoS设置的是Layer7的协议匹配,不是nDPI的协议匹配
Re: ndpi web QOS set ndpi?
I'm sorry I don't understand what you mean.
Can you please explain further?
Can you please explain further?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: ndpi web QOS set ndpi?
After translating your response, I find it to be false.
The person is clearly looking at the wrong code.
See here: https://github.com/lantis1008/gargoyle/ ... 3684260676
Where it is fully implemented, but unstable.
If they are indeed looking at that code, I'd like to know where they think I've gone wrong.
The person is clearly looking at the wrong code.
See here: https://github.com/lantis1008/gargoyle/ ... 3684260676
Where it is fully implemented, but unstable.
If they are indeed looking at that code, I'd like to know where they think I've gone wrong.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: ndpi web QOS set ndpi?
He is the author of QOS-GUOGUOLantis wrote:After translating your response, I find it to be false.
The person is clearly looking at the wrong code.
See here: https://github.com/lantis1008/gargoyle/ ... 3684260676
Where it is fully implemented, but unstable.
If they are indeed looking at that code, I'd like to know where they think I've gone wrong.
As to how to look at the flow of what is not marking the order to see?
Re: ndpi web QOS set ndpi?
It seems that your problem is hereLantis wrote:After translating your response, I find it to be false.
The person is clearly looking at the wrong code.
See here: https://github.com/lantis1008/gargoyle/ ... 3684260676
Where it is fully implemented, but unstable.
If they are indeed looking at that code, I'd like to know where they think I've gone wrong.
package/my_package/qos-guoguo/files/qos_guoguo.init
Code: Select all
ndpi)
match_str="$match_str -m ndpi --$option_value"
;;

gargoyle_firewall_util.sh
This change inside guoguo said irrelevant
Re: ndpi web QOS set ndpi?
Ok thanks. I'll take another look.
I think firewall util changes still necessary.
It was definitely marking traffic. I was using it to QoS.
I think firewall util changes still necessary.
It was definitely marking traffic. I was using it to QoS.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: ndpi web QOS set ndpi?
Long time no news, the recent progress seems to have been busy branch gui_overhaul