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

Shadowsocks doesn't support the 'prefix' setting #1623

Open
1 of 2 tasks
stiig opened this issue Jan 31, 2025 · 0 comments
Open
1 of 2 tasks

Shadowsocks doesn't support the 'prefix' setting #1623

stiig opened this issue Jan 31, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@stiig
Copy link

stiig commented Jan 31, 2025

Search first

  • I searched and no similar issues were found

Platform/OS

macOS, Android

OS version

macOS 15, Android 14

Hiddify Version

macOS 2.5.7, android 2.1.5

What Happened?

SS has option to set a prefix option to hide a part of request, more here
https://developers.google.com/outline/docs/guides/service-providers/prefixing

{
    "server": "example.com",
    "server_port": 8388,
    "password": "example",
    "method": "chacha20-ietf-poly1305",
    "prefix": "\u0005\u00DC\u005F\u00E0\u0001\u0020"
}

or

ss://[email protected]:33142/?outline=1&prefix=<your url-encoded prefix goes here>

but Hiddify doesn't add this as a part of the config and doesn't allow to add this setting

Image

Minimal Reproducible Example (MRE)

  1. Go to hiddify app, on Mac or on Android
  2. add the ss config from the clipboard with a prefix
  3. check settings of the new configuration and you won't see the option
  4. try to add new option for prefix
  5. you won't see this option

Expected Behavior

everything should work

Additional Context

No response

Application Config Options

No response

Relevant log output

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • I'm willing to submit a PR (Thank you!)
@stiig stiig added the bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant