Re: [Openvpn-devel] [PATCH] add support for --dns option

2022-03-09 Thread Arne Schwabe
Am 09.03.22 um 00:06 schrieb Heiko Hund: + +bool dns_server_priority_parse(long *priority, const char *str, bool pulled); +struct dns_server* dns_server_get(struct dns_server **entry, long priority, struct gc_arena *gc); +void dns_domain_list_append(struct dns_domain **entry, char **domains, str

[Openvpn-devel] Summary of the community meeting (9th March 2022)

2022-03-09 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on libera.chat Date: Wed 9th March 2022 Time: 10:30 CET (9:30 UTC) Planned meeting topics for this meeting were here: Your local meeting ti

Re: [Openvpn-devel] [PATCH] add support for --dns option

2022-03-09 Thread Frank Lichtenheld
Acked-By: Frank Lichtenheld I have reviewed this on Github already and had no further issues. > Heiko Hund hat am 09.03.2022 00:06 geschrieben: > > > As a first step towards DNS configuration in openvpn and a unified way > to push DNS related settings to clients in v2 and v3, this commit add

Re: [Openvpn-devel] Switched email addresses

2022-03-09 Thread Gert Doering
Hi, On Wed, Mar 09, 2022 at 11:19:13AM +0100, Jan Just Keijser wrote: > just so you all know:  I've switched email addresses for my OpenVPN > mailing list subscriptions, as I am starting a new job as "IT Specialist > High Performance Computing" at the University of Leiden in May. > I have no ide

[Openvpn-devel] Switched email addresses

2022-03-09 Thread Jan Just Keijser
Hi lists, just so you all know:  I've switched email addresses for my OpenVPN mailing list subscriptions, as I am starting a new job as "IT Specialist High Performance Computing" at the University of Leiden in May. I have no idea how long my old Nikhef email address will be forwarded yet. che

Re: [Openvpn-devel] [PATCH 1/2] dco: process DCO control packets

2022-03-09 Thread Antonio Quartulli
Hi Kristof, On 24/02/2022 17:55, Kristof Provost via Openvpn-devel wrote: From: Kristof Provost If control packets come in through the DCO interface (i.e. via dco_do_read()) we must process them through process_incoming_link(). This doesn't currently manifest, because Linux passes control pack