diff config.urllog.example @ 302:f487cc166714

urllog: Add message for unknown TLDs.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Jan 2015 08:39:21 +0200
parents 916618770490
children a55beb347bad
line wrap: on
line diff
--- a/config.urllog.example	Tue Jan 27 08:24:13 2015 +0200
+++ b/config.urllog.example	Tue Jan 27 08:39:21 2015 +0200
@@ -33,7 +33,9 @@
 # (You probably want this enabled.)
 set urllog_extra_checks 1
 
-### Check if the TLD (top level domain) looks sane
+### Check if the TLD (top level domain) looks sane. You might want to disable
+### this, because lately (as of 2013+) ICANN has allowed addition of loads
+### and loads of new TLDs which would be impossible to keep list of here ..
 set urllog_check_tld 1
 
 # The valid known Top Level Domains (TLDs), but not the country code TLDs
@@ -113,6 +115,9 @@
 # No match was found when searched with !urlfind or other command
 set urlmsg_nomatch "Ei osumia."
 
+# Message for "unknown top level domain", see urllog_check_tld setting
+set urlmsg_unknown_tld "Tuntematon TLD!"
+
 
 ###
 ### HTTP options