-
Notifications
You must be signed in to change notification settings - Fork 164
Правила роутинга по ссылке #456
Не нашёл в приложении возможности добавить правила роутинга от подписки. Я не говорю даже о json singbox, например в Happ есть возможность передать в ссылке вида happ://routing/onadd base64 json правил. Даже если бы принимались правила с того же pastebin в формате экспорта exclave было бы удобно обновлять их централизованно
All reactions
Replies: 3 comments 3 replies
- Please use English or Chinese. I can't understand other languages.
- It is possible to specify an outbound for a rule, so rules are outbound-related, making it impossible to import/export rules and not import/export the related outbounds without losing the conplete information.
- Routing rules contain device-specific information like UID, app and SSID. A remote provider can't know what is installed on your device and what SSID your local network environment has. Exportedd rules can't be guaranteed to work normally on others' devices.
- Remote fetching app-dependent content should be prevented to avoid vendor lock-in.
- Why should routing rules ever be provided remotely?
All reactions
Because that's the current standard. Subscriptions in JSON format and subscriptions in Clash format also transmit routing rules, which are accepted by the client. The happ client accepts routing rules in base64 format along with outbounds links.
All reactions
Really, it is needed to have a sample of the config (profile) file that can be used to be imported.
For example, can you just provide the sample profile file for mieru?
Any profile I used was declined as "no proxy server provided"
All reactions
Port range parsing seems incorrect. Try https://github.com/ExclaveNetwork/Exclave/actions/runs/33387518096/job/99473371304
(mihomo config or share link, and backup before update)
All reactions
Port range parsing seems incorrect.
Great, thank you
All reactions
Just found that mieru config of another format is suitable with no changes in the code.
mierus://name:password@ip?handshake-mode=HANDSHAKE_STANDARD&mtu=1400&multiplexing=MULTIPLEXING_HIGH&port=yourport&profile=ProfileName&protocol=TCP
For mieru config you can set your own data instead of name; password; ip; yourport (for ip);ProfileName (Any word).
Thank you for great app.