rootkea

proxy vars

Mar 22nd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.15 KB | None | 0 0
  1. $ set|grep -i prox
  2. ALL_PROXY=''\''socks://192.168.8.253:3128/'\'''
  3. FTP_PROXY=''\''http://192.168.8.253:3128/'\'''
  4. HTTPS_PROXY=''\''http://192.168.8.253:3128/'\'''
  5. HTTP_PROXY=''\''http://192.168.8.253:3128/'\'''
  6. NO_PROXY=''\''localhost,127.0.0.0/8,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12'\'''
  7. all_proxy=''\''socks://192.168.8.253:3128/'\'''
  8. ftp_proxy=''\''http://192.168.8.253:3128/'\'''
  9. http_proxy=''\''http://192.168.8.253:3128/'\'''
  10. https_proxy=''\''http://192.168.8.253:3128/'\'''
  11. no_proxy=''\''localhost,127.0.0.0/8,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12'\'''
  12.     opts="--help --version --update --ignore-errors --abort-on-error --dump-user-agent --list-extractors --extractor-descriptions --proxy --socket-timeout --default-search --ignore-config --playlist-start --playlist-end --match-title --reject-title --max-downloads --min-filesize --max-filesize --date --datebefore --dateafter --min-views --max-views --no-playlist --age-limit --download-archive --include-ads --youtube-include-dash-manifest --rate-limit --retries --buffer-size --no-resize-buffer --test --batch-file --id --auto-number --output --autonumber-size --restrict-filenames --title --literal --no-overwrites --continue --no-continue --no-part --no-mtime --write-description --write-info-json --write-annotations --write-thumbnail --load-info --cookies --cache-dir --no-cache-dir --rm-cache-dir --quiet --no-warnings --simulate --skip-download --get-url --get-title --get-id --get-thumbnail --get-description --get-duration --get-filename --get-format --dump-json --newline --no-progress --console-title --verbose --dump-intermediate-pages --write-pages --youtube-print-sig-code --print-traffic --encoding --no-check-certificate --prefer-insecure --user-agent --referer --add-header --bidi-workaround --format --all-formats --prefer-free-formats --max-quality --list-formats --write-sub --write-auto-sub --all-subs --list-subs --sub-format --sub-lang --username --password --netrc --video-password --extract-audio --audio-format --audio-quality --recode-video --keep-video --no-post-overwrites --embed-subs --embed-thumbnail --add-metadata --xattrs --prefer-avconv --prefer-ffmpeg";
  13.             proxyhistograms
  14. $
Add Comment
Please, Sign In to add comment