<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ha107chan</author_name>
  <author_url>https://blog.hatena.ne.jp/ha107chan/</author_url>
  <blog_title>TORIPIYO DIARY</blog_title>
  <blog_url>https://toripiyo.hatenablog.com/</blog_url>
  <categories>
    <anon>docker</anon>
    <anon>pac</anon>
    <anon>proxy</anon>
  </categories>
  <description>例えば、こんなPACファイルを作る。 google.co.jp, google.comのアクセス時には、127.0.0.1:8080ポートのプロキシを通って、それ以外のドメインへはプロキシを経由せず直アクセス google.pac function FindProxyForURL(url, host) { // If the hostname matches, send proxy. if ((host == &quot;google.co.jp&quot;) || (host == &quot;google.com&quot;)) { return 'PROXY 127.0.0.1:8080'; } // DEFAULT RULE…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftoripiyo.hatenablog.com%2Fentry%2F2019%2F05%2F29%2F232002&quot; title=&quot;safariのプロキシ設定にPACファイルを適用する - TORIPIYO DIARY&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-29 23:20:02</published>
  <title>safariのプロキシ設定にPACファイルを適用する</title>
  <type>rich</type>
  <url>https://toripiyo.hatenablog.com/entry/2019/05/29/232002</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
