https://github.com/sterbweise/free-custom-domains
How to link for free an domain names to your project, portfolio, funnel, website and more.
https://github.com/sterbweise/free-custom-domains
bypass custom-domains domain domain-names free redirection
Last synced: 2 months ago
JSON representation
How to link for free an domain names to your project, portfolio, funnel, website and more.
- Host: GitHub
- URL: https://github.com/sterbweise/free-custom-domains
- Owner: Sterbweise
- License: mit
- Created: 2024-08-02T08:28:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T02:19:26.000Z (8 months ago)
- Last Synced: 2025-03-23T08:17:08.099Z (2 months ago)
- Topics: bypass, custom-domains, domain, domain-names, free, redirection
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Free custom domain names for project, portfolio, funnel, website and more.
[](https://cloudflare.com) *In this tutorial, I will show you how to save on a monthly subscription to platforms like ClickFunnels, Kajabi, Notion, Webflow, and more.. if your goal is to associate a custom domain name to your project, portfolio, funnel, website, and more.*
**It takes 10 minutes to set up.**
Configuration
---1. **Purchase a Domain Name**
You can purchase a domain name from any provider. However, I recommend Ionos, where you can acquire a domain name for $1 per year.2. **Create a Cloudflare Account**
Create a Cloudflare account and register it for personal use.3. **Register Your Domain Name on Cloudflare**
To do this, follow Cloudflare's instructions. To do this, you need to change your DNS name servers from ionos or your provider to those of Cloudflare.4. **Configure the DNS Zone**
If your domain name is already in use for your activities, reconfigure the DNS zone on Cloudflare. If your domain name points to a server, you can move on to the next step. Otherwise, create two A-type DNS records for the root (`@`) and `www`, pointing to `192.0.2.1`, with the Cloudflare proxy option enabled (the orange cloud).5. **Create a Worker**
Go to the "Workers Routes" section and click on "Manage Workers". Create a new worker with a name of your choice (reference to your redirection). Confirm the creation and access the code modification panel. You will arrive at an IDE page with the `worker.js` file ready to be modified.6. **Configure the Worker**
Copy the code from the `worker.js` file in the repository and modify the `destinationUrl` string with your funnel's URL.7. **Set Up the Redirection**
Return to the "Workers Routes" page, then click on the "Add Route" button and enter the URL you want to use for your funnel. Then, select the worker you just created.8. **Final Test**
If you have followed all the steps, your redirection should be effective and functional.
---*If you encounter any problems, you can contact me directly. You will find my contact details on my profile.*