https://github.com/casey/dedub
Get rid of those pesky dubdubdubs
https://github.com/casey/dedub
Last synced: 8 months ago
JSON representation
Get rid of those pesky dubdubdubs
- Host: GitHub
- URL: https://github.com/casey/dedub
- Owner: casey
- Created: 2016-02-28T06:46:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T06:21:03.000Z (about 9 years ago)
- Last Synced: 2025-02-14T01:18:25.099Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dedub
=====
Get rid of those pesky dubdubdubs. Redirects all requests to the requested URL, minus the leading host.
For example:
`www.hello.com` will redirect to `hello.com`
This is probably only useful for redirecting from a `www`-prefixed domain to the naked domain, but who knows, maybe it's good for something else.
[Test instance here.](http://rodarmor-dedub.appspot.com)