sim590 / dpaste

A simple pastebin for light values (max 64KB) using OpenDHT distributed hash table (with support for encryption).
GNU General Public License v3.0
15 stars 4 forks source link

Longer paste lifetime #19

Open sim590 opened 4 years ago

sim590 commented 4 years ago

Currently, paste links are good for 10 minutes. Longer lifetime would be very useful.

This would imply to use OpenDHT's permanent functionality which republishes values every 10 minutes (with a safety time offset). Therefore, there is the need for a background node running. Then, the way to communicate with it would be through the proxy built-in functionality (see #20).