# HG changeset patch # User Waqas Hussain # Date 1297251471 -18000 # Node ID 5417e7610ad47ff6090b021c47c98d7148b439f5 # Parent 85482789e90e37c6939222ac73bf173271cbcdaa mod_srvinjection: Update docs for wildcard host support. diff -r 85482789e90e -r 5417e7610ad4 mod_srvinjection.wiki --- a/mod_srvinjection.wiki Fri Dec 24 11:43:02 2010 +0500 +++ b/mod_srvinjection.wiki Wed Feb 09 16:37:51 2011 +0500 @@ -19,6 +19,11 @@ The format for individual items is `["remote-hostname"] = {"srv-hostname", srv-port};`. +The special remote hostname "*" can be used as a wildcard: +{{{ + srvinjection = { ["*"] = {"xmpp-server.l.google.com", 5269} } -- Use Google's XMPP server for all hostnames +}}} + = Reloading = The module can be reloaded via the telnet console. Edit the config file to make any updates.