add readme
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Ultrashorty
|
||||
|
||||
Really simple HTTP redirection using a CSV file.
|
||||
|
||||
## Usage
|
||||
|
||||
Create a CSV file with the following headings and add in as many redirects as you like:
|
||||
|
||||
```csv
|
||||
From,To,Status Code
|
||||
```
|
||||
|
||||
Start Ultrashorty:
|
||||
|
||||
```sh
|
||||
ultrashorty /path/to/redirects.csv
|
||||
```
|
||||
|
||||
To load changes to the CSV, just stop and restart Ultrashorty.
|
||||
Reference in New Issue
Block a user