Преглед на файлове

- add a hint about the automatically auto blacklisting and ipv6 lookup to the config file

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@2825 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt преди 18 години
родител
ревизия
42ee1c916d
променени са 1 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. 7 2
      etc/openser.cfg

+ 7 - 2
etc/openser.cfg

@@ -13,12 +13,17 @@ fork=yes
 log_stderror=no    # (cmd line: -E)
 children=4
 
+port=5060
+
 # Uncomment these lines to enter debugging mode 
 #fork=no
 #log_stderror=yes
-#
 
-port=5060
+# Uncomment this to prevent the blacklisting of temporary not available destinations
+#disable_dns_blacklist=yes
+
+# # Uncomment this to prevent the IPv6 lookup after v4 dns lookup failures
+#dns_try_ipv6=no
 
 # uncomment the following lines for TLS support
 #disable_tls = 0