Domain IP Shielding


This file lets you assign IP addresses to domain names used in the "Relaying from" option. You should write the list of such domains and assign them their IP addresses. If a domain does not exist here it is considered that any IP can relay. Each line contains one domain and IPs.

Formal Syntax:

domainshielditems = *(domainshielditem)  
domainshielditem = domain "=" ipaddressstrings CRLF  
ipaddressstrings = *(ipaddressstring ";")  
ipaddressstring = ipaddress / ipaddressmaskstring / ipbitmask  
 

Example:

domain1.com=127.0.0.1;192.168.*.*
domain2.com=127.0.0.1;194.135.*.*;192.*.*.*
domain3.com=127.0.0.1;172.16.10.0/24