Skip to content

Commit

Permalink
Add "Tips and tricks" section
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Jul 29, 2024
1 parent b5404ce commit 092bc18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Contents
- [How It Works](#how-it-works)
- [Why does this fork exist?](#why-does-this-fork-exist)
- [Migration from farside](#migration-from-farside)
- [Tips and tricks](#tips-and-tricks)
- [Use fastside to upload files to 0x0](#use-fastside-to-upload-files-to-0x0)

## About

Expand Down Expand Up @@ -105,3 +107,11 @@ supports http3, which saves us an additional 100-150 ms.
### Migration from farside

Migrating from farside to fastside is very simple - just replace the redirects from `farside.link` to `fastside.link`.

## Tips and tricks

### Use fastside to upload files to 0x0

```bash
curl -LF'[email protected]' fastsi.de/0x0
```

0 comments on commit 092bc18

Please sign in to comment.