{"id":675,"date":"2017-03-09T13:17:13","date_gmt":"2017-03-09T12:17:13","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=675"},"modified":"2018-03-29T16:20:47","modified_gmt":"2018-03-29T15:20:47","slug":"linux-proxy","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/linux-proxy\/","title":{"rendered":"Linux proxy"},"content":{"rendered":"<blockquote class=\"wp-embedded-content\" data-secret=\"jb3nmjmi9k\"><p><a href=\"https:\/\/solidt.eu\/site\/linux-replace-ip-in-resolv-conf-with-domain-name-lookup\/\">Linux Replace ip in resolv.conf with domain name lookup<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Linux Replace ip in resolv.conf with domain name lookup&#8221; &#8212; Niels Kooiman\" src=\"https:\/\/solidt.eu\/site\/linux-replace-ip-in-resolv-conf-with-domain-name-lookup\/embed\/#?secret=jK8vdN01dL#?secret=jb3nmjmi9k\" data-secret=\"jb3nmjmi9k\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<p>Edit: \/etc\/hosts, append:<\/p>\n<pre class=\"lang:default decode:true\">10.199.111.20 proxy.lan<\/pre>\n<p>Edit: \/etc\/bash.bashrc, prepend:<\/p>\n<pre class=\"\" lang=\"bash\">proxy=http:\/\/proxy.lan:8080\r\n\r\nexport http_proxy=$proxy\r\nexport https_proxy=$proxy\r\nexport ftp_proxy=$proxy\r\nexport rsync_proxy=$proxy\r\nexport no_proxy=\"localhost,127.0.0.1,.local,.lan\"\r\n\r\nexport HTTP_PROXY=$proxy\r\nexport HTTPS_PROXY=$proxy\r\nexport FTP_PROXY=$proxy\r\nexport RSYNC_PROXY=$proxy\r\nexport NO_PROXY=\"localhost,127.0.0.1,.local,.lan\"\r\n<\/pre>\n<p>To preserve sudo environment variables:<\/p>\n<p>Edit: \/etc\/sudoers, add somewhere:<\/p>\n<pre class=\"\" lang=\"bash\">Defaults env_keep += \"ftp_proxy http_proxy https_proxy no_proxy\"\r\n<\/pre>\n<p>Gsettings: (Gui applications)<\/p>\n<pre class=\"lang:default decode:true \">gsettings set org.gnome.system.proxy.http host \"proxy.lan\"\r\ngsettings set org.gnome.system.proxy.http port \"8118\"\r\ngsettings set org.gnome.system.proxy ignore-hosts \"['localhost', '127.0.0.0\/8', '::1', '*.some.domain', '10.0.0.0\/8']\"<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux Replace ip in resolv.conf with domain name lookup Edit: \/etc\/hosts, append: 10.199.111.20 proxy.lan Edit: \/etc\/bash.bashrc, prepend: proxy=http:\/\/proxy.lan:8080 export http_proxy=$proxy export https_proxy=$proxy export ftp_proxy=$proxy export rsync_proxy=$proxy export no_proxy=&#8221;localhost,127.0.0.1,.local,.lan&#8221; export HTTP_PROXY=$proxy export HTTPS_PROXY=$proxy export FTP_PROXY=$proxy export RSYNC_PROXY=$proxy export NO_PROXY=&#8221;localhost,127.0.0.1,.local,.lan&#8221; To preserve sudo environment variables: Edit: \/etc\/sudoers, add somewhere: Defaults env_keep += &#8220;ftp_proxy http_proxy https_proxy no_proxy&#8221; Gsettings: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-675","post","type-post","status-publish","format-standard","hentry","category-other-scripts"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=675"}],"version-history":[{"count":4,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/675\/revisions"}],"predecessor-version":[{"id":1073,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/675\/revisions\/1073"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}