We can't make this file beautiful and searchable because it's too large.
This file contains hidden or 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
| domain | |
| 0-0-0-0-0-0proxy.tserv.se | |
| 000free.us | |
| 000.gaysexe.free.fr | |
| 000o9jtv2.ru | |
| 000tristanprod.free.fr | |
| 003999.cc | |
| 0058.ru | |
| 005.free-counter.co.uk | |
| 006.free-counter.co.uk |
This file contains hidden or 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
| Resource | Daily Limit (Free) | Monthly Equivalent | Notes | |
|---|---|---|---|---|
| Worker Requests | 100,000/day | ~3M/month | Includes all HTTP requests to your Worker | |
| D1 Reads | 5,000,000/day | ~150M/month | SELECT queries and index lookups | |
| D1 Writes | 100,000/day | ~3M/month | INSERT / UPDATE / DELETE operations | |
| D1 Storage | 5 GB | 5 GB | Total database size across all tables | |
| KV Reads | 100,000/day | ~3M/month | Key-value GET operations | |
| KV Writes | 1,000/day | ~30K/month | Key-value PUT and DELETE operations | |
| R2 Storage | 10 GB/month | 10 GB/month | Object storage for files and documents | |
| Durable Objects | Included | Included | Limited free tier for WebSocket use | |
| Queues | 1,000,000/month | 1,000,000/month | Async message processing |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| . | |
| .. | |
| ........ | |
| @ | |
| * | |
| *.* | |
| *.*.* | |
| 🎠|
I hereby claim:
- I am lalatenduswain on github.
- I am lalatenduswain (https://keybase.io/lalatenduswain) on keybase.
- I have a public key ASCQae6LVxz0tp1neONQNTbc4u6_rvuiP8-FNIy8q2Y3zQo
To claim this, I am signing this object:
This file contains hidden or 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
| # force HTTPS and www. | |
| RewriteEngine On | |
| RewriteCond %{HTTP_HOST} (?!^www\.)^(.+)$ [OR] | |
| RewriteCond %{HTTPS} off | |
| RewriteRule ^ https://www.%1%{REQUEST_URI} [R=301,L] | |
| # alternative way | |
| RewriteCond %{HTTP_HOST} !^$ | |
| RewriteCond %{HTTP_HOST} !^www\. [NC] |