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

Request to support domains with 3 characters or more #141

Open jimthedj65 opened 2 months ago

jimthedj65 commented 2 months ago

BNS currently only supports 8 character plus. It would be nice to have support for at least 4 character domain names. Going into any production this will be an issue that will come up time and again.

@tuhalf has modified /rpc/socks.go line 613 with

deviceID = modeHostPort[2]+domain[0 : len(domain)-len(suffix)-1]

which supports 7 character domain names, could this be added to the mainstream to support domains with 3 characters or more?