Using our services.
Tab Cloaking (jordan's math work, astro, core)
Video Tutorial
Text Tutorial
1. Go to settings.
2. Choose a preset or type a favicon or title.
3. Profit!
Deployment - Local/Server
Bring Your Own Domain - Astro
Using FreeDNS
1. Go to FreeDNS and create an account using SmailPro, TempMail or EzTempMail.
2. Create a subdomain by looking through the FreeDNS Domain Registry page (The unblocked ones are on page 20 - 60)
3. Click the subdomain you want.
4. In the box, instead of the record being the default, point an A record to 104.243.37.85
5. Do the captcha and save.
6. wait for it to connect, and enjoy!
Using Cloudflare
1. Assuming you have a domain set up, enter an A record that points to 104.243.37.85
2. Switch the proxied switch to dns only.
3. Wait for it to connect, and enjoy!
Hosting on a server/SaaS.
You can use any of these:
Deploying on replit (astro).
Replit doesn't allow proxies, but I have found a workaround to that.
1. Fork the repl Astro.
2. Go to the shell tab and run the command cd astro.
3. Run the command npm i && node index.js.
4. Profit and open the link.
Updating Astro.
1. Go to the shell tab and run the command cd astro.
2. Type in the command: git pull --force --allow-unrelated-histories.