Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
config:ip.can [2014/02/15 17:06] – created digital manconfig:ip.can [2019/12/18 23:53] – [ip.can file] better title digital man
Line 1: Line 1:
-====== ip.can ====== +====== IP Address Filter ====== 
-The ''ip.can'' is an optional configuration file located in the Synchronet ''[[dir:text]]'' directory.+The ''ip.can'' file is an optional configuration file located in the Synchronet ''[[dir:text]]'' directory.
  
-This file contains IP addresses for which Synchronet [[:server:|servers]] and dynamic [[:service:|services]] will not allow incoming connnections. Note: static services may or may not filter connections based on this file depending on the design of the static service.+This file contains IP addresses for which Synchronet [[:server:|servers]] and dynamic [[:service:|services]] will not allow incoming connections. Note: static services may or may not filter connections based on this file depending on the design of the static service.
  
 The file can be created or edited using most any common text editor. The contents of the file conform to the Synchronet [[config:filter files]] syntax to support wildcards (e.g. blocks of IP addresses) and comments. The file can be created or edited using most any common text editor. The contents of the file conform to the Synchronet [[config:filter files]] syntax to support wildcards (e.g. blocks of IP addresses) and comments.
Line 11: Line 11:
   - The JavaScript ''system.filter_ip()'' method is used in a Synchronet service or module to block a specific IP address   - The JavaScript ''system.filter_ip()'' method is used in a Synchronet service or module to block a specific IP address
  
-Note: there is currently no mechanism to automatically //remove// blocked IP addressess from the file (e.g. after a certain period of time).+Note: there is currently no mechanism to automatically //remove// blocked IP addresses from the file (e.g. after a certain period of time).
  
 Rejected connections will be logged. Example: Rejected connections will be logged. Example:
Line 23: Line 23:
   * [[:config:|Configuration]]   * [[:config:|Configuration]]
  
-{{tag>}}+{{tag>filters}}