mirror of https://github.com/r4sas/py-i2phosts
Hidden Z
14 years ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
include = /etc/py-i2phosts/common.conf |
||||||
|
|
||||||
|
# NB: default values specified as comments |
||||||
|
|
||||||
|
# external hosts which we never seen after X days of inactivity will be deleted |
||||||
|
#external_inactive_max = 365 |
||||||
|
|
||||||
|
# internal hosts which never seen after X days of inactivity will be deleted |
||||||
|
#internal_inactive_max = 14 |
||||||
|
|
||||||
|
# external hosts expires after X days since last seen |
||||||
|
#external_expires = 30 |
||||||
|
|
||||||
|
# internal hosts expires after X days since last seen |
||||||
|
#internal_expires = 30 |
||||||
|
|
||||||
|
# minimal delay (in days) before activation of new host since it was added |
||||||
|
#activate_min_delay = 3 |
||||||
|
|
||||||
|
# keep expired hosts X days before deletion |
||||||
|
#keep_expired = 730 |
Loading…
Reference in new issue