You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: