Open jimthedj65 opened 7 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?
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?