-
Notifications
You must be signed in to change notification settings - Fork 583
How to use Routing Rules
مراحل زیر را دنبال کنید :
- به منوی برنامه و بخش تنظیمات شبکه رجوع نمایید
- در لیست، بر روی گزینه لیست سیاه کلیک کنید
- بر روی نمونه کلیک کرده و مقادیر آنرا متناسب با نیازتان ویرایش کنید
- فرم را ذخیره کرده و مجدداً بر روی اتصال بزنید
راهنما:
اگر قصد افزودن یک دامینرا دارید، کد زیر را درج کنید:
domain:yoursite.com,
اگر قصد افزودن سابدامنههای یک دامینرا دارید، کد زیر را درج کنید:
domain:*.yoursite.com,
domain:*.ir,
ip:192.168.1.5,
range:192.168.1.*,
نکته: هر کد در یک خط قرار گرفته و با کاما خاتمه مییابد
Follow these steps:
- Go to the software menu and the Network Settings section
- Click on the Blacklist option in the list
- Click on the sample and edit its values according to your needs
- Save the form and reconnect
Guidelines:
If you want to add a domain, enter the following code:
domain:yoursite.com,
If you want to add subdomains of a domain, enter the following code:
domain:*.yoursite.com,
If you want to add a domain extension, enter a code similar to the following:
domain:*.cn,
If you want to add an IP, enter the following code:
ip:192.168.1.5,
If you want to add an IP range, enter the following code:
range:192.168.1.*,
Note: Each code should be placed on a separate line and end with a comma.