Files

20 lines
325 B
Markdown
Raw Permalink Normal View History

2026-03-30 21:51:48 +01:00
# 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.