📝 doc: Add official zer0bin instance

This commit is contained in:
Dominic Harris 2022-03-22 11:59:00 -04:00
parent 4c618f9486
commit 30a843c390
No known key found for this signature in database
GPG Key ID: 93CCF85F3E2A4F65
2 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ Submit your public instance [here](https://github.com/Domterion/zer0bin/issues/n
| Website | Expiration | Max paste size | Version | Country |
| ---------------------------------------------- | ---------- | -------------- | ------- | ------- |
| zer0b.in | 7 days | 40,000 chars | v1.0.0 | 🇺🇸 USA |
| [zer0b.in](https://zer0b.in) | 90 days | 50,000 chars | v0.7.1 | 🇺🇸 USA |
| [stepbro.voring.me](https://stepbro.voring.me) | 365 days | 69,000 chars | v0.7.1 | 🇺🇸 USA |
| [tinker.nz](https://tinker.nz/) | 28 days | 69,420 chars | v0.7.1 | 🇳🇿 NZ |
| [tinker.nz](https://tinker.nz/) | 28 days | 69,420 chars | v0.7.1 | 🇳🇿 NZ |
# Technologies used

View File

@ -5,7 +5,7 @@
server {
#listen 80 is default
server_name www.example.tld;
server_name example.tld;
return 301 https://example.tld$request_uri;
# brotli on;
}