diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

Allow definition of custom 404 error page when device is not reachable #49

Open dominicletz opened 3 years ago

dominicletz commented 3 years ago

The gateway mode should look for 404 BNS property and display that page in case no online device has been found.

Selection_334

Since v256 BNS supports domain propertiers that could be used to place a 404 meta field: https://github.com/diodechain/diode_contract/blob/master/src/BNS.sol

sc0Vu commented 3 years ago

Cool! How about add title, image uri or title to smart contract metadata? (Custom 404 uri redirection might not be safe.)