-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
請教,為什麼我的加速似乎沒用? #35
Comments
現在想使用不帶SFE重新編譯試試,但是在輸入 |
警告是正常的 試一下用指令能不能關掉 uci set firewall.@defaults[0].flow_offloading="1"
uci set firewall.@defaults[0].flow_offloading_hw="1"
uci set firewall.@defaults[0].fullcone="1"
uci commit firewall
sysctl -w net.ipv4.tcp_congestion_control="bbr"
/etc/init.d/dnsmasq restart
/etc/init.d/firewall restart 關 uci set firewall.@defaults[0].flow_offloading="0"
uci set firewall.@defaults[0].flow_offloading_hw="0"
uci set firewall.@defaults[0].fullcone="0"
uci commit firewall
sysctl -w net.ipv4.tcp_congestion_control="cubic"
/etc/init.d/dnsmasq restart
/etc/init.d/firewall restart 在openwrt的終端執行看看有沒有效 |
別提了,說起來就生氣。3天前準備使用不帶SFE重新編譯,目前已失敗了十多次,并且找不到原因,總在passwall的trojan-plus報錯,好像説是在server.o文件時失敗。但是奇怪的是,在内核6.6.68一直能編譯成功,目前下載的是内核6.6.69。除了這個差別外,我找不到其他的差異。現在我不安裝trojan-plus再試試。機器正在跑。。。 |
【関】 【開】 使用這些命令是有用的,但是涉及到另外2個插件,說沒有權限。 再請教個問題,其他人使用您的插件,但是似乎他們修改了關於“IPv6 全锥形 NAT”的解釋。 |
這次沒加trojan-plus就順利通過了,編譯成功。 |
這次編譯的是不帶SFE的,可是依舊不行,無論關閉、開啓,都是顯示綠色“運行中”。 |
如圖,這個月,使用最新官方版本編譯,但是無論怎麼勾選,“保存並應用”後,上面都提示運行中。
編譯前使用的是帶SFE的命令安裝的。
請問這是什麼原因,應該怎麼解決?
The text was updated successfully, but these errors were encountered: