summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>2000-08-10 11:12:56 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>2000-08-10 11:12:56 +0000
commitdbace9d405c75ecc5615bbc833cda5736f35c3fd (patch)
treeda618eb5a6492f0d3b9cd6c98d2eb911d1012524 /clients
parentdb52502663f43b9294b4956b312a3b34c563212c (diff)
From mhpower: document resolved_addresses variable.
Diffstat (limited to 'clients')
-rw-r--r--clients/zctl/zctl.113
1 files changed, 13 insertions, 0 deletions
diff --git a/clients/zctl/zctl.1 b/clients/zctl/zctl.1
index 0817363..73d4fd5 100644
--- a/clients/zctl/zctl.1
+++ b/clients/zctl/zctl.1
@@ -125,6 +125,19 @@ performs the equivalent of a
.B wg_startup
command.
.br
+The variable \fBresolved_addresses\fR determines whether zwgc will,
+for an IP address indicating the origin of a message, attempt to look
+up the hostname corresponding to that IP address. The value none
+indicates that hostnames will never be found, and that the zwgc
+fromhost variable will thus always contain an IP address (in
+dotted-decimal form). The value all indicates that there will always
+be an attempt to look up a hostname. Note that in this case, if you
+have any subscriptions with recipient ``\fI*\fR'', these subscriptions
+may be revealed to other Zephyr users who operate their own DNS name
+servers. Any other value is interpreted as a regular expression;
+hostname lookup attempts will occur only if the IP address matches
+this regular expression.
+.br
Any variable settings you make will be stored in \fI$HOME/.zephyr.vars\fR
.TP
.B show \fIvar\fR [ \fIvar\fR \ ... ]