From fab10dadba10cc241faf7d3aacf39f9ba6fdec85 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 7 Mar 2005 00:10:03 +0000 Subject: [PATCH] added new --no-proxy-for option git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2355 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkchecker | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linkchecker b/linkchecker index cc80842e..c74ff59e 100755 --- a/linkchecker +++ b/linkchecker @@ -417,6 +417,10 @@ group.add_option("-N", "--nntp-server", type="string", dest="nntpserver", """Specify an NNTP server for 'news:...' links. Default is the environment variable NNTP_SERVER. If no host is given, only the syntax of the link is checked.""")) +group.add_option("--no-proxy-for", type="string", action="append", + dest="noproxy", help=_( +"""Contact hosts that match the given expression directly instead of +going through a proxy.""")) optparser.add_option_group(group) ################# deprecated options ##################