Tarsnap / spiped

Spiped is a utility for creating symmetrically encrypted and authenticated pipes between socket addresses.
http://www.tarsnap.com/spiped.html
Other
858 stars 56 forks source link

It does re-resolution, does it? #402

Closed x-yuri closed 6 months ago

x-yuri commented 6 months ago

From what I can see, it does, but the docs is kind of vague about it.

cperciva commented 6 months ago

The target address (where spiped connects to) will be re-resolved, but not the source address (where spiped listens for incoming connections).

x-yuri commented 6 months ago

Oh, my bad then. I guess I wasn't reading attentively.