MystenLabs / walrus-sites

Walrus Sites: Decentralized Websites using Sui and Walrus.
https://docs.walrus.site/walrus-sites/intro.html
Apache License 2.0
11 stars 14 forks source link

Add support for longer "tlds" such as `co.uk` #26

Closed giac-mysten closed 2 days ago

giac-mysten commented 5 months ago

currently the portal enforces that the host is in the form subdomain.domain.tld, i.e., host.split(".").length === 3. Therefore, it won't work if the portal is registered at portal.co.uk