We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm a expirenced backend programmer.
After scanning the QR code, there do have a MyVLESS config in shadowrocket server list.
MyVLESS
But we I try to reach any website, the page just doesn't loaded.
test:
400 cloudflare fake page
by the way, I have the port mapping like this way: 12443:443, it won't generally affect the result right?
here is my docker compose file:
version: '3.8' services: xtls-reality: image: myelectronix/xtls-reality:latest environment: - SNI=external.hdcjh.xyz - SHORT_ID=32f89a0f container_name: xtls-reality restart: always ports: - "443:443" volumes: - xtls-reality-volume:/opt/xray/config volumes: xtls-reality-volume: external: true name: xtls-reality-volume
The text was updated successfully, but these errors were encountered:
Your SNI looks wrong. Just use samsung or microsoft. Mapping the port works.
Sorry, something went wrong.
No branches or pull requests
I'm a expirenced backend programmer.
After scanning the QR code, there do have a
MyVLESS
config in shadowrocket server list.But we I try to reach any website, the page just doesn't loaded.
test:
400 cloudflare fake page
by the way, I have the port mapping like this way: 12443:443,
it won't generally affect the result right?
here is my docker compose file:
The text was updated successfully, but these errors were encountered: