Go to file
Abhay Rana deb9977110 Automated builds and deploys 2015-08-22 20:41:30 +05:30
config Automated builds and deploys 2015-08-22 20:41:30 +05:30
.editorconfig Initial commit :bom: 2015-08-22 17:50:03 +05:30
.gitignore Automated builds and deploys 2015-08-22 20:41:30 +05:30
.ruby-version Automated builds and deploys 2015-08-22 20:41:30 +05:30
.travis.yml Automated builds and deploys 2015-08-22 20:41:30 +05:30
Gemfile Automated builds and deploys 2015-08-22 20:41:30 +05:30
Gemfile.lock Automated builds and deploys 2015-08-22 20:41:30 +05:30
README.md Automated builds and deploys 2015-08-22 20:41:30 +05:30
app.rb Adds tests, travis support and more 2015-08-22 18:22:32 +05:30
config.ru Adds tests, travis support and more 2015-08-22 18:22:32 +05:30
config.yml Adds tests, travis support and more 2015-08-22 18:22:32 +05:30
deploy-rsa Automated builds and deploys 2015-08-22 20:41:30 +05:30
redirects.yml Adds tests, travis support and more 2015-08-22 18:22:32 +05:30
test.rb Adds tests, travis support and more 2015-08-22 18:22:32 +05:30

README.md

lightsaber Build Status

Lightsaber is a simple DNS Redirect service. It offers 301/302 redirects for your domains. The configuration is kept public on this github repository itself.

Usage

To add a DNS record, point your domain via a CNAME entry to lightsaber.captnemo.in.

Next, you will need to do the following:

  1. Fork this repo
  2. Edit the redirects.yml file and add your redirect in the relevant section
  3. File a Pull Request with your edit

Once the Pull Request is approved, the redirect will automatically be deployed via Travis.

If you do not wish to make your domain redirects public, or give away your domain names, you can self host this as well.

License

Released under the MIT License.