diff options
author | Ivan Tham <pickfire@riseup.net> | 2015-12-17 21:35:02 +0800 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-12-17 23:36:56 +0100 |
commit | 86efaf80936cebba56ec3e88db61c786c608c885 (patch) | |
tree | 82ff4ad14f051002bde2ad9e49dc17157014b4ee /surf.1 | |
parent | 9fa4ffef72308e75446aeeebc9d38140b7198640 (diff) | |
download | surf-86efaf80936cebba56ec3e88db61c786c608c885.tar.gz surf-86efaf80936cebba56ec3e88db61c786c608c885.tar.bz2 surf-86efaf80936cebba56ec3e88db61c786c608c885.zip |
proxy-uri -> proxy-resolver for no_proxy; add #inc
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'surf.1')
-rw-r--r-- | surf.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -283,6 +283,13 @@ string .TP .B http_proxy If this variable is set and not empty upon startup, surf will use it as the http proxy +.TP +.B no_proxy +If both http_proxy is set and no_proxy contain a +.BR comma-separated +list of domain extensions and both is not empty upon startup, proxy will +.BR not +be used for each of the elements in no_proxy. .SH PLUGINS For using plugins in surf, first determine your running architecture. Then get the appropriate plugin for that architecture and copy it to |