Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udleinati/redirect.center
Redirect domains using DNS only
https://github.com/udleinati/redirect.center
dns redirect-domains
Last synced: 3 months ago
JSON representation
Redirect domains using DNS only
- Host: GitHub
- URL: https://github.com/udleinati/redirect.center
- Owner: udleinati
- License: mit
- Created: 2014-02-15T19:49:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T12:02:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T18:29:50.095Z (6 months ago)
- Topics: dns, redirect-domains
- Language: TypeScript
- Homepage: http://redirect.center
- Size: 1.2 MB
- Stars: 256
- Watchers: 12
- Forks: 49
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- popular-dependents-lists - udleinati/redirect.center - 🌟 224 (Nest / udleinati/redirect.center)
README
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
[![Backers on Open Collective](https://opencollective.com/redirectcenter/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/redirectcenter/sponsors/badge.svg)](#sponsors)# redirect.center
Redirect domains using DNS only.### How do I install?
```sh
$ cd /opt
$ git clone https://github.com/udleinati/redirect.center.git
$ cd redirect.center
$ npm install
$ npm run start:dev:pretty
```### Environment Variables
Look at the file ./src/config.js to configure others environment variables.
You must set at least these three variables:```sh
export FQDN=redirect.center
export PORT=80
export ENTRY_IP=54.84.55.102
```### How do I run in production?
```sh
$ npm run start:prod
```### Last but not least
Create an * entry in your DNS.```sh
*.redirect.center CNAME TO redirect.center
```## Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
| [
Udlei Nati](https://github.com/udleinati)
[💻](https://github.com/udleinati/redirect.center/commits?author=udleinati "Code") [📖](https://github.com/udleinati/redirect.center/commits?author=udleinati "Documentation") [🤔](#ideas-udleinati "Ideas, Planning, & Feedback") [🚇](#infra-udleinati "Infrastructure (Hosting, Build-Tools, etc)") |
| :---: |## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/redirectcenter#backer)]
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/redirectcenter#sponsor)]