gmdns(1) | 2020 | gmdns(1) |
gmdns - Tool for doing mDNS operations
gmdns [-n|--name str] [-t|--type str] [-m|--domain str] [-o|--host str] [-i|--interface num] [-y|--nettype unspec|ipv4|ipv6] [-s|--service] [-x|--txt str] [-p|--port num] [-c|--close-on-done] [-d|--debug] [-h|--help]
The gmdns program allows you to advertise an mDNS service or query for mDNS services on the local network.
The string values for queries may use regular expressions or globs. If the string starts with '%', then the data after it is treated as a regular expression and fields are matched against that. If the string starts with '@', the the data after it is treated as a standard glob. See the regex(7) and glob(7) man pages for details.
If the string starts with '=', an exact comparison is done with the data after it.
If the string starts with a-z0-9_ or a space, then an exact string comparison is done, including the first character.
The behavior of matching for any other starting character is undefined. In general, you should always use '@', '%', or '=' as the starting character of all your query strings to be sure.
None.
Corey Minyard <minyard@acm.org>
15 | Oct |