Earlier quoted context omitted.
I do but I always know if they are valid before I click on them, so I don't see the appeal of the DNS lookup. Plus that must be freaking slow.
Not necessarily slow, DNS Lookups are generally pretty fast: ~ dig somerandomurlimadeup.com | grep 'Query time: ' ;; Query time: 23 msec
iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
51–60 of 114 posts
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#52Given the level of concern, I will change the default and release a new version right away.
This is done. A summary of the issue and apology can be found here: https://gitlab.com/gnachman/iterm2/wikis/dnslookupissue
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#53Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#54~4 hours from report to release.
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#55Given the level of concern, I will change the default and release a new version right away.
This is done. A summary of the issue and apology can be found here: https://gitlab.com/gnachman/iterm2/wikis/dnslookupissue
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#56Given the level of concern, I will change the default and release a new version right away.
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#57Don't worry George your responsiveness more than makes up for an honest mistake.
To everyone else: I would highly recommend if you make money on a daily basis using iTerm2 that you support his efforts:
https://www.patreon.com/gnachman/posts
Before you ask, yes I'm a patreon for George, his work inspires me.
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#58I hardly go a day without using iTerm2. Don't worry George your responsiveness more than makes up for an honest mistake. To everyone else: I would highly recommend if you make money on a daily basis using iTerm2 that you support his efforts: https://www.patreon.com/gnachman/posts Before you ask, yes I'm a patreon for George, his work inspires me.
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#59It's horrifying to watch your own DNS traffic. All sorts of mysterious domains show up. (On a typical macbook on WiFi, this will do it:) sudo tcpdump -i en0 -s 5000 -n port 53 On mine, these get resolved every 30 seconds (probably some Adobe updater): scss-prod-ue1-notif-39.adobesc.com. Several servers get lookups of names long enough to be exfiltrating data: r3---sn-nvopjoxu-25ve.gvt1.com. (Google) gzunified-ecselas…
Re: iTerm2: Please disable 'Perform DNS lookups to check if URLs are valid'
#60It's horrifying to watch your own DNS traffic. All sorts of mysterious domains show up. (On a typical macbook on WiFi, this will do it:) sudo tcpdump -i en0 -s 5000 -n port 53 On mine, these get resolved every 30 seconds (probably some Adobe updater): scss-prod-ue1-notif-39.adobesc.com. Several servers get lookups of names long enough to be exfiltrating data: r3---sn-nvopjoxu-25ve.gvt1.com. (Google) gzunified-ecselas…
On the other hand, if even you don't know what the domain corresponds to I suppose that does make it less privacy sensitive.