udleinati / redirect.center

Redirect domains using DNS only

Home Page:http://redirect.center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Contributors Backers on Open Collective Sponsors on Open Collective

redirect.center

Redirect domains using DNS only.

How do I install?

$ 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:

export FQDN=redirect.center
export PORT=80
export ENTRY_IP=54.84.55.102

How do I run in production?

$ npm run start:prod

Last but not least

Create an * entry in your DNS.

*.redirect.center CNAME TO redirect.center

Contributors

This project exists thanks to all the people who contribute. [Contribute].


Udlei Nati

πŸ’» πŸ“– πŸ€” πŸš‡

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

About

Redirect domains using DNS only

http://redirect.center

License:MIT License


Languages

Language:TypeScript 56.8%Language:Handlebars 41.1%Language:JavaScript 1.5%Language:Dockerfile 0.5%