hysteria
hysteria copied to clipboard
Adding DNS header
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?
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...