Skip to content
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

openwrt openclash #90

Closed
winada82 opened this issue Mar 27, 2024 · 6 comments
Closed

openwrt openclash #90

winada82 opened this issue Mar 27, 2024 · 6 comments
Labels
question Further information is requested

Comments

@winada82
Copy link

Hello dear author, I have found that the subscription address of s-ui cannot be used in openwrt rush

@winada82 winada82 added the question Further information is requested label Mar 27, 2024
@alireza0
Copy link
Owner

Hello @winada82 , I don't know about your setup of openWRT. The subscription is an standard way to send the configuration via http[s].

@winada82
Copy link
Author

winada82 commented Apr 5, 2024

谢谢,我已经可以正确的使用了

@leic4u
Copy link
Contributor

leic4u commented May 27, 2024

The subscriptions provided in s-ui are encoded with base64.

Your client must do support base64 format.

Or you can make a convert with a subconverter.

@alireza0
Copy link
Owner

@leic4u @winada82 In subscription configuration tab of pannel settings, you can disable the encoding

@leic4u
Copy link
Contributor

leic4u commented May 28, 2024

@leic4u @winada82 In subscription configuration tab of pannel settings, you can disable the encoding

Oh, I see. I just realized that this button is for base64 encoding.

Hello dear author, I have found that the subscription address of s-ui cannot be used in openwrt rush

And we can use the s-ui subscription (both URI and base64) with proxy-provider in mihomo.

You can see it in docs of mihomo.

the config is like this:

proxy-providers:
  provider1:
    type: http 
    url: "https://suipanel.org/sub/abcdefg"
    interval: 3600
    path: ./provider1.yaml
    health-check:
      enable: true
      url: https://cp.cloudflare.com/generate_204
      interval: 300

@alireza0
Copy link
Owner

Json-Sub will provide sing-box json config for client. If it is not sufficient, please open a new issue.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants