this string has no description
ill.my.id.txt
1▄ █ █ ▄ ▄▄▄▄ ▄ ▄ ▄ ▄ ▐▌
2▄ █ █ █ █ █ █ █ ▄ ▐▌
3█ █ █ █ █ ▀▀▀█ █ ▗▞▀▜▌
4█ █ █ ▄ █ █ ▝▚▄▟▌
5 ▀▀▀
6Free subdomain service by w3teal for whoever wants.
7
8How to Apply
9============
10
11 1. Fork the repository at github.com/w3teal/ill.my.id
12
13 2. Create a new file (Click + button > Create new file)
14 *Change your-name to your desired alias
15 "/domains/your-name.json"
16
17 ...Then, you can also create an nested domain to your name like:
18 "/domains/project.your-name.json"
19
20 3. Fill the json content, the simplest example is:
21
22 {
23 "description": "Project Description (optional)",
24 "owner": {
25 "username": "github-username"
26 },
27 "record": {
28 "CNAME": "example.com",
29 },
30 "proxied": false
31 }
32
33 • "description" is optional, summary about the project/website.
34
35 • "owner" is required, in case we need to contacting you.
36
37 • "record" is required, you can add multiple records in one domain file,
38 only if CNAME NOT added.
39 The supported records are:
40
41 # array of IPv4 addresses as strings
42 used in Netlify, DanBot Hosting, Render
43 "A": [
44 "1.1.1.1",
45 "1.0.0.1"
46 ],
47
48 # array of IPv6 addresses as strings
49 "AAAA": [
50 "::1",
51 "::2"
52 ],
53
54 # string of the hostname
55 used in GitHub Pages, Cloudflare Pages, Codeberg Pages,
56 Firebase Hosting, Hashnode, Railway, Replit, Vercel
57 "CNAME": "example.com",
58
59 # array of strings of the mail server hostname
60 used in Zoho Mail, ImprovMX
61 "MX": [
62 "mx1.example.com",
63 "mx2.example.com"
64 ],
65
66 # array of strings of the text record
67 used in Zoho Mail, ImprovMX, and for Discord and Bluesky
68 verification.
69 "TXT": [
70 "example_verification=1234567890"
71 ]
72
73 • "proxied" is optional, it's defaults to `false`. If you like to have
74 Cloudflare's SSL, caching, and DDoS protection, set to `true`.
75
76 4. Create a pull request, and just wait! If it's LGTM, I'll merge it.
77
78FAQ
79===
80
81My subdomain is still not working?
82> It takes some times to get the DNS records updated, sometimes it's take up
83 24 hours to get fully updated.
84
85How long my domain PR will be merged?
86> After I saw it. If it's LGTM, you good to go.
87
88Can I get NS record?
89> No, as it's give you the full control to the domain.
90
91Can I join to contribute, like merging PRs?
92> Not planned for now, but you can give some suggestion to make it's
93 work. We can discuss at github.com/w3teal/ill.my.id/discussions
94
95There's an issue / I want to give an suggestion
96> You can discuss everything about this project at
97 github.com/w3teal/ill.my.id/discussions
98
99Where do you create that cool ASCII logo?
100> The ASCII logo generated with patorjk.com/software/taag with DiamFont
101
102================================================================================
103
104This made possible by Rumahweb, Cloudflare, and part-of.my.id ❤️
105Current validity period: January 26, 2026 - 2027
106
107Copyright (c) 2026 W3Teal