Skip to content

How to use Routing Rules

IRCF edited this page May 28, 2024 · 5 revisions

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:

geoip:192.168.1.5,

If you want to add an IP range, enter the following code:

geoip:192.168.1.*,

Note: Each code should be placed on a separate line and end with a comma.