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

Cloudflare IP host command string example needed. #490

Open
essoojay opened this issue Jan 12, 2024 · 0 comments
Open

Cloudflare IP host command string example needed. #490

essoojay opened this issue Jan 12, 2024 · 0 comments

Comments

@essoojay
Copy link

Can someone help with command string to have cloudflare IP as host_header on chisel, equivalent of passing through SNI host, but this time using cloudflare IP as host_header. thanks

For comparison using SNI, typical command string like:

./chisel client --keepalive 25s --tls-skip-verify --hostname www.bing.com https://11.22.33.44:443 :10000/udp

where port: 10000 is my wireguard port
SNI: --hostname www.bing.com (for example)
https://11.22.33.44:443 is vps server: port

what am aiming at is replacing SNI host (TLS host) with Cloudflare IP host

Any help would be appreciated!

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

No branches or pull requests

1 participant