Replies: 8 comments 10 replies
-
سلام من این آموزش و بررسی کردم و متوجه یه سری اضافه کاری شدم برای نمونه category-ir شامل تمامی مواردی هست که خط به خط فراخوانی شدن و همچنین دسترسی به telegra.ph مشکل تره برای همین آموزش رو اینجا گام به گام مینویسم.
mkdir -p /var/lib/marzban/assets/ wget -O /var/lib/marzban/assets/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat wget -O /var/lib/marzban/assets/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat wget -O /var/lib/marzban/assets/iran.dat https://github.com/bootmortis/iran-hosted-domains/releases/latest/download/iran.dat
XRAY_ASSETS_PATH = "/var/lib/marzban/assets/"
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"outboundTag": "blackhole",
"ip": [
"geoip:private",
"geoip:ir"
]
},
{
"type": "field",
"port": 53,
"network": "tcp,udp",
"outboundTag": "DNS-Internal"
},
{
"type": "field",
"outboundTag": "blackhole",
"protocol": [
"bittorrent"
]
},
{
"outboundTag": "blackhole",
"domain": [
"regexp:.*\\.ir$",
"ext:iran.dat:ir",
"ext:iran.dat:other",
"geosite:category-ir",
"blogfa",
"bank",
"tebyan.net",
"beytoote.com",
"Film2movie.ws",
"Setare.com",
"downloadha.com",
"Sanjesh.org"
],
"type": "field"
}
]
}
docker compose down docker compose up -d اگر از نود استفاده میکنید لازمه که این اعمال رو هم انجام بدین. |
Beta Was this translation helpful? Give feedback.
-
برای نود اپدیت بکنید لطفا سمت نود env و xray-config نداره که ست کنیم باتشکر |
Beta Was this translation helpful? Give feedback.
-
اگر از سرور اصلی کانفیگ نداشته باشیم ، مراحلی که برای نود هست رو انجام بدیم کافیه ؟؟ |
Beta Was this translation helpful? Give feedback.
-
آقا توی مرزبان فایل .env رو که ادیت میکنم برای تغییر پورت دیگه پنل بالا نمیاد |
Beta Was this translation helpful? Give feedback.
-
سلام "routing": { |
Beta Was this translation helpful? Give feedback.
-
If you plan to access domestic websites with a domestic IP, you can define a proxy in the outbounds section and use a proxy instead of using blackhole which is explained here |
Beta Was this translation helpful? Give feedback.
-
سلام |
Beta Was this translation helpful? Give feedback.
-
سلام وقتتون بخیر برای اینکه کلا بخوام این روتینگ رو از روی سرور چیکار باید بکنم ؟ |
Beta Was this translation helpful? Give feedback.
-
آپدیت: پست کامل تر یکی از دوستان برای بستن سایت های ایرانی در مرزبان
Beta Was this translation helpful? Give feedback.
All reactions