Git Product home page Git Product logo

foo.ng's Introduction

Free Subdomains under foo.ng

This project offers free subdomains under the foo.ng domain for anyone who needs a custom URL for their web project, Minecraft server, or anything else that can be pointed to via a DNS record.

What is "foo"?

The term "foo" is a placeholder word often used in computer programming and technical examples. It doesn't have a specific meaning, but it's used to represent a generic name or concept when the actual name doesn't matter.

Important Note: You can only configure one record type per subdomain: either an A Record (points directly to an IP address) or a CNAME Record (points to another domain name).

Getting Started

Here's how to claim your free subdomain:

  1. Star this Repository: Click the star icon in the top right corner of this repository.

  2. Fork this Repository: Click on "Fork" button to create your own copy of this repository.

  3. Set Up Your Project:

    • Configure your web project, Minecraft server, or other service to be accessible at a custom domain.
    • Choose a hosting platform like GitHub Pages, Vercel, or any provider that allows custom domains.
  4. Add Your Subdomain:

    • Open the subdomains.json file in this repository.
    • Add a new entry in the following format:
    "your-subdomain": "your-target-location"
     - Replace `your-subdomain` with the desired subdomain name (e.g., "bar").
     - Replace `your-target-location` with your project's location depending on the record type:
         - For an A Record: Use the IP address your project is hosted on (e.g., "127.0.0.1"). 
         - For a CNAME Record: Use the domain name your project is currently accessible on (e.g., "cname.example.com").
    
  5. Sort Keys:

    • Run the following commands in your terminal to sort the subdomains alphabetically:

      npm install
      npm run sort
  6. Submit Pull Request:

    • Create a pull request from your forked repository to this repository.
    • Briefly describe your project in the pull request description.
    • We'll review your pull request and merge it if everything looks good. Once merged, your subdomain will be live at your-subdomain.foo.ng!

Example subdomains.json Entry:

{
  "bar": "cname.example.com",
  "foo": "127.0.0.1"
}

Donations

This project is completely free to use. If you find it helpful and would like to support its development, you can make a donation through PayPal or Saweria.

License

This project is licensed under the MIT License. Please see the LICENSE file for details.

Contact

For any questions or inquiries about this project, feel free to reach out via email: [email protected].

foo.ng's People

Contributors

pokymon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.