diff --git a/README.fa.md b/README.fa.md
index fe265df..1b23d34 100644
--- a/README.fa.md
+++ b/README.fa.md
@@ -21,6 +21,8 @@
+
+
```bash
# دانلود و استخراج (Linux amd64)
curl -LO https://github.com/nightowlnerd/dnscan/releases/latest/download/dnscan-linux-amd64.tar.gz
@@ -30,6 +32,8 @@ tar xzf dnscan-linux-amd64.tar.gz
./dnscan --country ir --domain t.example.com --mode list
```
+
+

@@ -40,6 +44,8 @@ tar xzf dnscan-linux-amd64.tar.gz
+
+
```bash
# Linux
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o dnscan-linux-amd64 .
@@ -48,6 +54,8 @@ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o dnscan-linux-
go build -o dnscan .
```
+
+
## پرچمها
@@ -78,6 +86,8 @@ go build -o dnscan .
+
+
```bash
# تست سریع - فقط DNSهای شناختهشده
./dnscan --country ir --domain t.example.com --mode list
@@ -98,6 +108,8 @@ go build -o dnscan .
./dnscan --country cn --domain t.example.com --mode fast
```
+
+
## پرچم --verify
@@ -106,10 +118,14 @@ go build -o dnscan .
+
+
```bash
./dnscan --domain t.example.com --mode list --verify ./slipstream-client
```
+
+
دریافت slipstream-client از: https://github.com/AliRezaBeigy/slipstream-rust-deploy/releases
@@ -125,6 +141,8 @@ go build -o dnscan .
+
+
```
data/
ranges/
@@ -133,6 +151,8 @@ data/
ir.txt # سرورهای DNS شناختهشده
```
+
+
### دانلود خودکار رنجهای IP
@@ -141,11 +161,15 @@ data/
+
+
```bash
# اولین اجرا de.zone را دانلود میکند
./dnscan --country de --domain t.example.com --mode fast
```
+
+
### اضافه کردن DNS
@@ -154,12 +178,16 @@ data/
+
+
```
# data/dns/ir.txt
185.8.174.140
130.185.77.69
```
+
+
## راهاندازی سرور
@@ -170,6 +198,8 @@ data/
+
+
```bash
# روی سرور شما
docker run -d --network host bashsiz/slipstream-rust slipstream-server \
@@ -178,17 +208,23 @@ docker run -d --network host bashsiz/slipstream-rust slipstream-server \
--target-address 127.0.0.1:22
```
+
+
برای تست بدون تونل (فقط چک کردن دسترسی DNS):
+
+
```bash
# DNS responder ساده
dnsmasq --no-daemon --log-queries --address=/t.example.com/1.2.3.4
```
+
+
## خروجی
@@ -197,18 +233,24 @@ dnsmasq --no-daemon --log-queries --address=/t.example.com/1.2.3.4
+
+
```
185.8.174.140
130.185.77.69
217.218.127.127
```
+
+
استفاده با slipstream:
+
+
```bash
./slipstream-client \
--resolver 185.8.174.140:53 \
@@ -217,6 +259,8 @@ dnsmasq --no-daemon --log-queries --address=/t.example.com/1.2.3.4
--tcp-listen-port 7000
```
+
+
## عیبیابی