aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-08-27 16:44:35 +0200
committerMartin Willi <martin@revosec.ch>2012-08-30 16:43:45 +0200
commite76f3d0df7b6aacf9e271ed992975aea08f7ff21 (patch)
tree36d91a231f7bb5fbc87eb4b50f091b6e1593b2a0 /NEWS
parent26bc69580620084dfd6b20555a87b92aca30bf2e (diff)
downloadstrongswan-e76f3d0df7b6aacf9e271ed992975aea08f7ff21.tar.bz2
strongswan-e76f3d0df7b6aacf9e271ed992975aea08f7ff21.tar.xz
Added NEWS for left/rightdns options
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a308178b..05cfc2354 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,12 @@ strongswan-5.0.1
PAM directly anymore, but can use any XAuth backend to verify credentials,
including xauth-pam.
+- The new left/rightdns options specify connection specific DNS servers to
+ request/respond in IKEv2 configuration payloads or IKEv2 mode config. leftdns
+ can be any (comma separated) combination of %config4 and %config6 to request
+ multiple servers, both for IPv4 and IPv6. rightdns takes a list of DNS server
+ IP addresses to return.
+
- The autotools build has been migrated to use a config.h header. strongSwan
development headers will get installed during "make install" if
--with-dev-headers has been passed to ./configure.