kixelated / web-transport-rs

Rust WebTransport library for native and WASM
https://quic.video
Apache License 2.0
100 stars 14 forks source link

Change URL type of connection method to support connecting to ip directly #33

Closed vmg-dev closed 3 months ago

vmg-dev commented 3 months ago

With WebTransport you can connect directly to an ip with tls by using cert hashes but you can't do that with this library due to the connection param being a url. Can you switch it to something that supports Ips?

kixelated commented 3 months ago

@vmg-dev A URL can consist of an IP address hostname. Did you try? ex. https://127.0.0.1