mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 07:14:35 +03:00
feat: update README
This commit is contained in:
+2
-4
@@ -30,13 +30,11 @@ thefeed یک سیستم تونل DNS است که به شما اجازه می
|
||||
|
||||
### سمت کلاینت (داخل ایران)
|
||||
- رابط کاربری وب با پشتیبانی RTL/فارسی (فونت وزیرمتن)
|
||||
- تنظیمات از طریق مرورگر — بدون نیاز به خط فرمان
|
||||
- ارسال پیام به کانالها و چتهای خصوصی (نیاز به `--allow-manage` سمت سرور)
|
||||
- مدیریت کانالها از راه دور (افزودن/حذف کانالها)
|
||||
- ارسال پیام به کانالها و چتهای خصوصی (نیاز به `--allow-manage` سمت سرور و ورود به تلگرام)
|
||||
- مدیریت کانالها از راه دور ( افزودن/حذف کانالها از طریق دستورات ادمین وقتی `--allow-manage` فعال است)
|
||||
- فشردهسازی پیامها (deflate)
|
||||
- محافظت رابط وب با رمز عبور (`--password` سمت کلاینت)
|
||||
- لاگ زنده درخواستهای DNS در مرورگر
|
||||
- کش آفلاین — دادهها بعد از قطع اتصال نگه داشته میشوند
|
||||
|
||||
### ضد DPI
|
||||
- **اندازه متغیر پاسخ**: Padding تصادفی (۰-۳۲ بایت)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user