]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Add zope.interface dependency check.
[irc/quakenet/qwebirc.git] / config.py.example
index 267d0244ab8840435013a9bf9724d1dcf2de18bc..7bdda5d9f02feb56ef025c91e9465b8de3506979 100644 (file)
@@ -211,6 +211,14 @@ STATIC_BASE_URL = ""
 #         instances on the same host.
 DYNAMIC_BASE_URL = ""
 
+# OPTION: CONNECTION_RESOLVER
+#         A list of (ip, port) tuples of resolvers to use for looking
+#         the SRV record(s) used for connecting to the name set in
+#         IRC_SERVER.
+#         The default value is None, and in this case qwebirc will use
+#         the system's default resolver(s).
+CONNECTION_RESOLVER = None
+
 # QUAKENET SPECIFIC VALUES
 # ---------------------------------------------------------------------
 #