Skip to content

redir is a minimal URL redirect tool inspired by Netlify redirects

License

Notifications You must be signed in to change notification settings

hossainalhaidari/redir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redir

redir is a minimal URL redirect tool inspired by Netlify redirects

Usage

  • Put all your URL redirects in a file named _redirects like so:
/ https://example.com
/foo https://bar.com
/baz https://test.com
  • Run go run . to start the server locally at http://localhost:3000.
  • Or check the sample docker-compose.yml file for running it with Docker

About

redir is a minimal URL redirect tool inspired by Netlify redirects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages