Example: did:iwpl:z6MkhaXgBJCvP7gZ8ZzL:3f2a#stream

for frame := readStardustFrame(wsConn) plain := deobfuscate(frame, ticket.sessionKey) remote := dialOrigin(plain.targetURL) remote.Write(plain.payload)

func (d *Drifter) HandleClient(wsConn net.Conn) ticket := parseTicket(wsConn) if !verifyHMAC(ticket, d.ticketHMAC) wsConn.Close() return

# Publish a drifter ipfs dag put <<< '"type":"drifter","beacon":"z6Mkha...","endpoint":"wss://drifter7.example:8443"' Client query ipfs dht findprovs did:iwpl:z6MkhaXgBJCvP7gZ8ZzL 8. Limitations & Future Work | Limitation | Proposed enhancement | |------------|----------------------| | No UDP support | Wrap UDP in WebTransport (future QUIC binding) | | High per-hop CPU (obfuscation) | Hardware acceleration via AES-NI + vectorized padding | | Beacon centralization risk | Replace beacons with a DHT-based random walk (Kademlia) | | Legal liability for drifters | Embed oblivious HTTP (ORAM-like) to hide destination from exit node | 9. Conclusion The Interstellar Web Proxy Links proposal offers a concrete, implementable alternative to traditional centralized proxies and Tor. By combining DHT discovery, ephemeral tickets, and packet obfuscation, it achieves resilience, low latency, and moderate anonymity suitable for circumventing non-global adversaries. The design prioritizes churn tolerance and ease of deployment – any user with a public IP can become a drifter node. Future work includes a production reference implementation in Rust/Tokio and a live testnet across 100+ volunteer nodes.

Interstellar Web Proxy Links -

Example: did:iwpl:z6MkhaXgBJCvP7gZ8ZzL:3f2a#stream

for frame := readStardustFrame(wsConn) plain := deobfuscate(frame, ticket.sessionKey) remote := dialOrigin(plain.targetURL) remote.Write(plain.payload) Interstellar Web Proxy Links

func (d *Drifter) HandleClient(wsConn net.Conn) ticket := parseTicket(wsConn) if !verifyHMAC(ticket, d.ticketHMAC) wsConn.Close() return By combining DHT discovery, ephemeral tickets, and packet

# Publish a drifter ipfs dag put <<< '"type":"drifter","beacon":"z6Mkha...","endpoint":"wss://drifter7.example:8443"' Client query ipfs dht findprovs did:iwpl:z6MkhaXgBJCvP7gZ8ZzL 8. Limitations & Future Work | Limitation | Proposed enhancement | |------------|----------------------| | No UDP support | Wrap UDP in WebTransport (future QUIC binding) | | High per-hop CPU (obfuscation) | Hardware acceleration via AES-NI + vectorized padding | | Beacon centralization risk | Replace beacons with a DHT-based random walk (Kademlia) | | Legal liability for drifters | Embed oblivious HTTP (ORAM-like) to hide destination from exit node | 9. Conclusion The Interstellar Web Proxy Links proposal offers a concrete, implementable alternative to traditional centralized proxies and Tor. By combining DHT discovery, ephemeral tickets, and packet obfuscation, it achieves resilience, low latency, and moderate anonymity suitable for circumventing non-global adversaries. The design prioritizes churn tolerance and ease of deployment – any user with a public IP can become a drifter node. Future work includes a production reference implementation in Rust/Tokio and a live testnet across 100+ volunteer nodes. By combining DHT discovery

Interstellar Web Proxy Links

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

Interstellar Web Proxy Links -

Interstellar Web Proxy Links -