-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
``` |