diff options
author | Martin Willi <martin@revosec.ch> | 2012-07-31 15:38:57 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-08-21 09:38:01 +0200 |
commit | 2b08ae45244b22ffba0d68da63a1a9c58dc08ea9 (patch) | |
tree | 5ed30a9c8c2a2b9c60af8e59eb802c51fc0ee5e9 /src/_updown | |
parent | e0d3014a17d28e543e69fd92250e98d3d87da952 (diff) | |
download | strongswan-2b08ae45244b22ffba0d68da63a1a9c58dc08ea9.tar.bz2 strongswan-2b08ae45244b22ffba0d68da63a1a9c58dc08ea9.tar.xz |
Add description about DNS server variables to _updown
Diffstat (limited to 'src/_updown')
-rw-r--r-- | src/_updown/_updown.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index 2c742c010..0539e5110 100644 --- a/src/_updown/_updown.in +++ b/src/_updown/_updown.in @@ -128,6 +128,12 @@ # contains the remote UDP port in the case of ESP_IN_UDP # encapsulation # +# PLUTO_DNS4_$i +# PLUTO_DNS6_$i +# contains IPv4/IPv6 DNS server attribute received from a +# responder, $i enumerates from 1 to the number of servers per +# address family. +# # define a minimum PATH environment in case it is not set PATH="/sbin:/bin:/usr/sbin:/usr/bin:@sbindir@" |