On Tue, Apr 28, 2015 at 2:13 PM, Terry Barnum <te...@dop.com> wrote:

> github URL for curl:
>
> $ curl
> https://raw.githubusercontent.com/stevejenkins/hardwarefreak.com-fqrdns.pcre/master/fqrdns.pcre


Thanks, Terry. The same URL will also work for a wget, and I recommend
using the -N option for timestamping (will only download if remote file is
newer):

$ /usr/bin/wget -q -N -P /etc/postfix
https://raw.githubusercontent.com/stevejenkins/hardwarefreak.com-fqrdns.pcre/master/fqrdns.pcre

I've also noticed that on my older systems I have have to bypass the
certificate check to avoid a "certificate common name" error:

$ /usr/bin/wget --no-check-certificate -q -N -P /etc/postfix
https://raw.githubusercontent.com/stevejenkins/hardwarefreak.com-fqrdns.pcre/master/fqrdns.pcre

SteveJ

Reply via email to