-
Notifications
You must be signed in to change notification settings - Fork 624
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
Version 3.5.0 feedback #434
Comments
Sorry for what may be a stupid question, is there a way to safely update the app from an old version while keeping all settings? |
Thanks for developing this great plugin! I'm wondering that when xhttp can be supported? Or is there an alternative way to use xhttp in version 3.5.0? |
This project follows Semantic Versioning, so in most cases you can simply
|
作者您好, 我一直被安装luci-app-xray之后Zerotier不能使用问题困扰, 我不知道如何解决. |
你这个 zerotier 是装在路由器上还是其他接入到路由器的设备上? 如果是装在路由器上的话建议考虑尝试修改 /etc/init.d/zerotier#L93 让 zerotier 用一个别的 group(比如 network,gid 101)启动,大概就是在这个地方加一行 |
成功了 ! 太强大了 ! |
how we add hook for balancer? i want different balancer strategy. leastping for UDP and roundrobin for TCP? could you guys help me out, what should i do with custom options |
This should be enough to change global UDP balancers to use return function (config) {
for (let i in config["routing"]["balancers"]) {
if (i["tag"] == "udp_outbound_v4" || i["tag"] == "udp_outbound_v6") {
i["strategy"]["type"] = "leastPing";
}
}
return config;
}; |
how make all domain resolved in fakedns except private ips(geoip:private) ? |
Hello. I noticed that in this topic you have 2 screenshots, and they have different tabs. I have default tabs as in the answer "#434 (comment)" |
Not supported currently. Not recommended as well, as it may lead to recursions in DNS resolutions.
#434 (comment) does not include anything related to torrents. If you're looking for "BitTorrent Direct":
|
Thanks alot in general, the Bittorrent direct checkbox doesn't work :( |
Version 3.5.0 includes:
Currently to use
splithttp
transport with upload / download separation, using custom configurations is required and specifying correctstreamSettings.splithttpSettings.downloadSettings.sockopt.mark
is necessary to avoid loopback traffic. There'll be a value shown in the app (for example234
in the screenshot below; it defaults to255
and can be changed in preview app.)Just fill it in the correct field:
The text was updated successfully, but these errors were encountered: