<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://vps.668618.xyz/index.php/feed/rss/tag/DNS/">
<title>磊哥|个人博客 - DNS</title>
<link>https://vps.668618.xyz/index.php/tag/DNS/</link>
<description></description>
<items>
<rdf:Seq>
<rdf:li resource="https://vps.668618.xyz/index.php/archives/75/"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://vps.668618.xyz/index.php/archives/75/">
<title>修改DNS脚本</title>
<link>https://vps.668618.xyz/index.php/archives/75/</link>
<dc:date>2024-10-04T12:51:00+08:00</dc:date>
<description>更换国内DNSecho -e &quot;options timeout:1 attempts:1 rotate\nnameserver 119.29.29.29\nnameserver 114.114.114.114&quot;&gt;/etc/resolv.conf;更换国外DNSecho -e &quot;options timeout:1 attempts:1 rotate\nnameserver 1.1.1.1\nnameserver 1.0.0.1&quot; &gt;/etc/resolv.conf;推荐国内外并行的DNS配置echo -e &quot;options timeout:1 attempts:1 rotate\nnameserver 119.29.29.29\nnameserver 8.8.8.8&quot; &gt;/etc/resolv.conf;
echo -e &quot;options timeout:1 attempts:1 rotate\nnameserver 114.114.114.114\nnameserver 8.8.8.8&quot; &gt;/etc/resolv.conf;查看修改后的DNS配置cat /etc/resolv.conf</description>
</item>
</rdf:RDF>