Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coolsnowwolf/lede
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wybb/lede
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 23, 2020

  1. 修改迅雷快鸟的注销问题

    迅雷快鸟openwrt的原作者项目:https://github.com/sensec/luci-app-xlnetacc/blob/master/files/root/etc/init.d/xlnetacc
    原项目并没有采用kill -9的强杀方式
    lean项目中迁移后的版本使用kill -9会导致不能正确注销,从而产生如下问题。
    1、luci 快鸟web界面中切换从“启用”切换为“不启用”后,短期内无法停止提速效果(因为只是强杀xlnetacc.sh)
    2、强杀将导致未注销就丢失了最近一次的sessionid(该变量为xlnetacc.sh的临时变量,强杀后就丢失了)。根据迅雷快鸟的官方规则,在前一次未注销的情况下,假如ip变化,那么新ip在24小时内将无法再次加速。
    所以导致了在
    a.重启路由
    b.重启光猫
    c.重新插拔光猫网线
    d.web界面中手工停用快鸟后又进行了重新拨号
    
    这些操作都将导致24小时内无法再次提速
    
    原始项目中采用不加-9的kill能够安全发送信号导致注销操作
    wybb authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    87723e4 View commit details
    Browse the repository at this point in the history
Loading