mod_s2sout_override/README.md
changeset 5626 ae62d92506dc
parent 5625 b87a23b45725
--- a/mod_s2sout_override/README.md	Thu Jul 27 15:00:26 2023 +0200
+++ b/mod_s2sout_override/README.md	Thu Jul 27 15:04:38 2023 +0200
@@ -21,6 +21,8 @@
 The special target `"*"` may be used to redirect all servers that don't have
 an exact match.
 
+One-level wildcards like `"*.example.net"` also work.
+
 Standard DNS SRV resolution can be restored by specifying a truthy value.
 
 ```lua
@@ -34,6 +36,7 @@
     ["example.com"] = "tcp://other.host.example:5299";
     ["xmpp.example.net"] = "tcp://localhost:5999";
     ["secure.example"] = "tls://127.0.0.1:5270";
+    ["*.allthese.example"] = = "tcp://198.51.100.123:9999";
 
     -- catch-all:
     ["*"] = "tls://127.0.0.1:5370";