oxen-io / oxen-storage-server

Storage server for Oxen Service Nodes
MIT License
29 stars 50 forks source link

QUIC onion_req endpoint #492

Closed jagerman closed 8 months ago

jagerman commented 8 months ago

The QUIC request didn't have an onion_req endpoint wired up and so while you could invoke most endpoints, you couldn't initiate onion requests (and so would still need HTTPS for that). This fixes it by wiring up an onion_req endpoint that accepts onion requests over QUIC.