feat: update README

This commit is contained in:
Sarto
2026-04-08 04:23:46 +03:30
parent 59e526c073
commit de6c6268f4
2 changed files with 4 additions and 9 deletions
+2 -4
View File
@@ -30,13 +30,11 @@ thefeed یک سیستم تونل DNS است که به شما اجازه می‌
### سمت کلاینت (داخل ایران)
- رابط کاربری وب با پشتیبانی RTL/فارسی (فونت وزیرمتن)
- تنظیمات از طریق مرورگر — بدون نیاز به خط فرمان
- ارسال پیام به کانال‌ها و چت‌های خصوصی (نیاز به `--allow-manage` سمت سرور)
- مدیریت کانال‌ها از راه دور (افزودن/حذف کانال‌ها)
- ارسال پیام به کانال‌ها و چت‌های خصوصی (نیاز به `--allow-manage` سمت سرور و ورود به تلگرام)
- مدیریت کانال‌ها از راه دور ( افزودن/حذف کانال‌ها از طریق دستورات ادمین وقتی `--allow-manage` فعال است)
- فشرده‌سازی پیام‌ها (deflate)
- محافظت رابط وب با رمز عبور (`--password` سمت کلاینت)
- لاگ زنده درخواست‌های DNS در مرورگر
- کش آفلاین — داده‌ها بعد از قطع اتصال نگه داشته می‌شوند
### ضد DPI
- **اندازه متغیر پاسخ**: Padding تصادفی (۰-۳۲ بایت)
+2 -5
View File
@@ -23,20 +23,17 @@ DNS-based feed reader for Telegram channels. Designed for environments where onl
**Client** (runs inside censored network):
- Browser-based web UI with RTL/Farsi support (VazirMatn font)
- Configure via the web UI — no CLI flags needed
- Sends encrypted DNS TXT queries via available resolvers
- **Resolver scoring**: tracks per-resolver success rate and latency; healthier resolvers are preferred automatically
- **Scatter mode**: fans out the same DNS request to multiple resolvers simultaneously and uses the fastest response (default: 2 concurrent resolvers per request)
- **1-hour localStorage cache**: channel list and messages are cached in the browser — reopening the app shows cached data instantly while a fresh fetch runs in the background
- Send messages to channels and private chats (requires server `--allow-manage`)
- Channel management (add/remove channels remotely via admin commands)
- Send messages to channels and private chats (requires server `--allow-manage` and login to telegram)
- Channel management (add/remove channels remotely via admin commands when `--allow-manage` is enabled)
- Message compression (deflate) for efficient transfer
- Web UI password protection (`--password` on client)
- New message indicators and next-fetch countdown timer
- Channel type badges (Private/Public)
- Media type detection (`[IMAGE]`, `[VIDEO]`, etc.)
- Live DNS query log in the browser
- All data (config, cache) stored next to the binary
## Anti-DPI Features