From 3ac2ac72e5fb286c9d8663a346075cae157f1762 Mon Sep 17 00:00:00 2001 From: JuanJo Ciarlante Date: Sat, 28 Nov 2009 09:19:14 -0800 Subject: * rebased to v2.1.1 release * document {un,}trusted_ip6 in manpage --- openvpn.8 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'openvpn.8') diff --git a/openvpn.8 b/openvpn.8 index 182e5d5..2b60c12 100644 --- a/openvpn.8 +++ b/openvpn.8 @@ -5402,13 +5402,16 @@ or script execution. .\"********************************************************* .TP -.B trusted_ip +.B trusted_ip (or trusted_ip6) Actual IP address of connecting client or peer which has been authenticated. Set prior to execution of .B \-\-ipchange, \-\-client-connect, and .B \-\-client-disconnect scripts. +If using ipv6 endpoints (udp6, tcp6), +.B trusted_ip6 +will be set instead. .\"********************************************************* .TP .B trusted_port @@ -5420,7 +5423,7 @@ and scripts. .\"********************************************************* .TP -.B untrusted_ip +.B untrusted_ip (or untrusted_ip6) Actual IP address of connecting client or peer which has not been authenticated yet. Sometimes used to .B nmap @@ -5432,6 +5435,9 @@ Set prior to execution of and .B \-\-auth-user-pass-verify scripts. +If using ipv6 endpoints (udp6, tcp6), +.B untrusted_ip6 +will be set instead. .\"********************************************************* .TP .B untrusted_port -- cgit