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

[Feature] functionality to edit/add fragment to configs #1046

Open
2 tasks done
EbadiDev opened this issue Feb 18, 2024 · 6 comments
Open
2 tasks done

[Feature] functionality to edit/add fragment to configs #1046

EbadiDev opened this issue Feb 18, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@EbadiDev
Copy link

Verify steps

Description

Add a Hello Fragmentation option.

This feature allows for stable connections to servers that are blocked or blacklisted by the Great Firewall of China (GFW).

It means we can now also connect to servers behind a CDN with a "dirty" IP address, without the need to find a new "clean" IP.

Fragmentation has already been added to V2rayNG, and I was wondering if there are any plans to include it in a future release, in order to enable fragmentation for configurations? This would help hide the SNI from the GFW, which is especially relevant in Iran. This feature effectively solves ping, speed and blocking SNI issues in Iran.
configuration can be like this:

- name: "vless-ws"
  type: vless
  server: server
  port: 443
  uuid: uuid
  udp: true
  tls: true
  network: ws
  servername: example.com # priority over wss host
  # skip-cert-verify: true
  fragment: true
  fragments-opt:
    fragment-packets : tlshello
    fragment-length: 50-100 # (min-max)
    fragment-interval: 10-20 # (min-max)
  ws-opts:
    path: "/"
    headers:
      Host: example.com
    # v2ray-http-upgrade: false

useful links:
https://xtls.github.io/config/outbounds/freedom.html

Possible Solution

No response

@EbadiDev EbadiDev added the enhancement New feature or request label Feb 18, 2024
@APT-ZERO
Copy link

It's working flawless on Xray-core, Please add it to Meta too

@hamedsbt
Copy link

I hope so.

@hadifarnoud
Copy link

cannot wait for this one

@yanghuan
Copy link

yanghuan commented Apr 4, 2024

i also need it

@fsheidaiee
Copy link

please add this feature. its implemented on xray core.
thanks

@hadifarnoud
Copy link

please add this feature. its implemented on xray core. thanks

https://github.com/XTLS/Xray-core/pull/2131/commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants