]> git.ipfire.org Git - thirdparty/strongswan.git/commit
resolve: Try to maintain the order of DNS servers if using resolvconf
authorTobias Brunner <tobias@strongswan.org>
Thu, 15 Jun 2023 15:54:08 +0000 (17:54 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 19 Jun 2023 12:56:24 +0000 (14:56 +0200)
commit6440975bb40609e4894931ae3d679ecea73784c8
treee2db8521d043da94a159ef79270687081051a2c0
parent2d1006963ef45a4eb923f398ca1f80456f8922f5
resolve: Try to maintain the order of DNS servers if using resolvconf

Since 17fd304e60df ("resolve: Don't install individual servers via
resolvconf"), DNS servers were sorted if getting installed via resolvconf.
In some setups the order might be important (even though relying on it
isn't a good idea in general as stub resolvers are free to use all of
the servers as they please).
src/libcharon/plugins/resolve/resolve_handler.c