public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Andrey Repin <anrdaemon@yandex.ru>
To: Christian Franke <Christian.Franke@t-online.de>, cygwin@cygwin.com
Subject: Re: resolv.conf and gnupg2
Date: Wed, 10 Aug 2022 17:40:46 +0300	[thread overview]
Message-ID: <1512349222.20220810174046@yandex.ru> (raw)
In-Reply-To: <61cf96e9-68f9-1186-9c02-61be61614f61@t-online.de>

Greetings, Christian Franke!

> Brian Inglis wrote:
>> I've been running with /etc/resolv.conf for a few years now, generated
>> from the ISP info from ipconfig and lists of public DNS servers and
>> suffixes.
>>
>> The attached postinstall script 0p_l_etc_resolv_conf.dash generates a
>> new resolv.conf and replaces the current if different every update.
>> It is also run at cron startup and that covers system startup.
>>
>> The AWK script collects names and addresses from ipconfig ouput and
>> adds lists of public DNS servers and public suffixes in the proper order.
>>
>> How this works with other ISPs or in other network environments is not
>> anything I ever thought of testing externally.
>> Feel feel to try it and change it if curious or interested.

> This is an interesting approach, thanks for sharing.

> Unfortunately the ipconfig output is always localized, so this does only
> work OOTB with English versions of Windows. The ipconfig parsing is also broken due to two reasons:

> - The current Cygwin versions of awk, grep and sed no longer convert CR/LF
> -> LF on stdin, so '/FooBar$/' patterns never match.

> - ipconfig may output scoped IPv6 addresses ("fe80::1%12") which are not matched by the awk script.

> A draft patch is attached. It also avoids the tmp file and uses shell builtins where possible.

Why not use netsh with `chcp 65001`?


-- 
With best regards,
Andrey Repin
Wednesday, August 10, 2022 17:33:04

Sorry for my terrible english...


  parent reply	other threads:[~2022-08-10 14:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-09  6:17 Brian Inglis
2022-08-09 12:58 ` Christian Franke
2022-08-09 14:51   ` Lee
2022-08-09 16:07     ` Christian Franke
2022-08-10 14:40   ` Andrey Repin [this message]
2022-08-11 13:36     ` Christian Franke
2022-08-19  9:13       ` Andrey Repin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512349222.20220810174046@yandex.ru \
    --to=anrdaemon@yandex.ru \
    --cc=Christian.Franke@t-online.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).