hysteria icon indicating copy to clipboard operation
hysteria copied to clipboard

Adding DNS header

Open Cl-He-O opened this issue 3 years ago • 2 comments

Mostly copied from Xray-core's DNS header, useful for bypassing school network's login.

Cl-He-O avatar Mar 17 '23 05:03 Cl-He-O

I love the idea of adding a DNS mode but I have some concerns about this implementation - using obfs as the argument for the domain name & removing the actual obfuscation process means that packets will always have a plain text DNS header + QUIC header, which obviously does not seem legitimate...

Maybe we should consider adding a new field in config to provide arguments to fake protocols like this?

tobyxdd avatar Mar 22 '23 22:03 tobyxdd

It would be better for sure. But I met difficulty in implementing it, the type of function won't match after adding a new parameter...

Cl-He-O avatar Mar 23 '23 11:03 Cl-He-O