好きな文字を入れて試してみてください
https://好きな文字💩.github.day
ワイルドカードサブドメインで好きなサブドメインを作れます
main.ts
import { serve } from "https://deno.land/std@0.155.0/http/server.ts";
import punycode from "https://deno.land/x/punycode/punycode.js";
serve((req: Request) => new Response('Hello ' + punycode.toUnicode(req.url.split(/\/|\./g)[2])))
設定ページから*.example.com
のようにドメインを設定できます。
Googleドメインなら以下のように設定します。