]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - config.py.example
Merge soczol's patch from https://bitbucket.org/soczol/qwebirc/changeset/450739e6defd
[irc/quakenet/qwebirc.git] / config.py.example
index cff5ab0e11b9ac3ddd7aa995136bb30f27d8d6fb..485b0f3a5157aa7fff07bc3b01aa873a68f2d7d8 100644 (file)
@@ -34,6 +34,14 @@ REALNAME = "http://moo.com/"
 #          supplied nickname as their ident.
 IDENT = "webchat"
 
+# OPTION: OUTGOING_IP
+#         The IP address to bind to when connecting to the IRC server.
+#
+#         This will not change the IP address that qwebirc listens on. 
+#         You will need to call run.py with the --ip/-i option if you 
+#         want that.
+#OUTGOING_IP = "127.0.0.1"
+
 # OPTION: WEBIRC_MODE
 #         This option controls how the IP/hostname of the connecting
 #         browser will be sent to IRC.
@@ -212,8 +220,11 @@ STATIC_BASE_URL = ""
 DYNAMIC_BASE_URL = ""
 
 # OPTION: CONNECTION_RESOLVER
-#         This specific object (if not None) will be used to resolve
-#         connections made to the IRC server.
+#         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