<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>来时的路</title><link>https://gx86.cn/</link><description>群晖NAS教程 机顶盒刷机</description><item><title>切换到php8.0后 z-blog 出现 Undefined variable 告警错误</title><link>https://gx86.cn/?id=124</link><description>&lt;p&gt;近期突然发现 评论区 有很多人都重复发多条评论。一开始以为是 被认定垃圾评论引起。直到自己回复才发现提示 “Undefined variable $commentRootFloor”的告警提示。即，&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;变量在使用前未被赋值或者在当前作用域中不存在。&lt;/span&gt;实际上评论内容已提交，只是在显示的时候 再次插入式加载时，&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;$commentRootFloor变量已经被释放，导致if语句直接调用&amp;nbsp;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;$commentRootFloor（没有提前声明或赋值）时告警。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;造成这个原因的根源在于 PHP后台从&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;PHP&lt;/span&gt;7.2 切换到了&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;PHP&lt;/span&gt;8.0，&lt;/span&gt;&lt;/span&gt;PHP 8.0 的一些新特性或者更严格的错误报告设置导致的。但是不好再次赋值，故在if语句前加了&lt;/p&gt;&lt;pre class=&quot;brush:php;toolbar:false&quot;&gt;if&amp;nbsp;(!isset($commentRootFloor)){&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$commentRootFloor&amp;nbsp;=&amp;nbsp;0;}&amp;nbsp;//&amp;nbsp;设置默认值&lt;/pre&gt;&lt;p&gt;意思是，如果$commentRootFloor变量不存在，得重新赋值$commentRootFloor=0；这样就重新建立了变量，后续调用该变量就不会报告警了。&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2026/02/202602241771933923520136.png&quot; alt=&quot;image.png&quot;/&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Feb 2026 19:36:42 +0800</pubDate></item><item><title>基于frp的宝塔面板WebDav备份文件到内网群晖NAS（SSL协议）</title><link>https://gx86.cn/?id=123</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;借助宝塔自带的WebDav存储功能（SSL协议），将服务器中的重要数据自动备份到群晖nas。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;一、群晖中设置&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1、开启群晖WebDAV，在套件中心安装 WebDAV Server。打开WebDAV Server，开启HTTPS，端口可以随便，如5006。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;2、设置账号，当然也可以管理员账号，但是风险比较高。建议在 控制面板——用户与群组 中新建 dav 账号（名字随便起），设置 dav账号的“权限”只允许访问某个或某些文件夹（根共享文件夹），如下图。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap; text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;并且要在“权限”选项卡旁边的“应用程序”里面 设置dav 允许访问WebDAV Server。（有可能是默认就允许了）&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/12/202512221766398513496887.png&quot; alt=&quot;1设置群晖用户的文件夹权限.png&quot; width=&quot;600&quot; height=&quot;447&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 447px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;3、配置ssl证书（如果是http，不用https，则不需要这一步）。在 控制面板——安全性——证书 里面新增SSL证书文件（上传）。证书文件需要自行签发、下载，也不在此赘述，另外证书文件压缩包里面要找apache文件夹下的证书。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/12/202512221766398628445517.png&quot; alt=&quot;2上传SSL证书文件.png&quot; width=&quot;600&quot; height=&quot;396&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 396px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;并且要设置SSL证书关联Webdav Sever套件。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/12/202512221766398651367046.png&quot; alt=&quot;3配置SSL证书关联Webdav.png&quot; width=&quot;600&quot; height=&quot;337&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 337px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;4.frp相关设置（有公网IP的，忽略），相关配置文件片段如下。&lt;/span&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;具体frp的使用不在此赘述，请看&lt;/span&gt;&lt;a href=&quot;https://gx86.cn/?id=122&quot; target=&quot;_blank&quot; style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;群晖nas通过frp内网穿透实现Synology Drive同步文件&lt;/a&gt;&lt;/p&gt;&lt;pre class=&quot;brush:xml;toolbar:false&quot;&gt;[[proxies]]
name&amp;nbsp;=&amp;nbsp;&amp;quot;Win2K_WebDAV&amp;quot;
type&amp;nbsp;=&amp;nbsp;&amp;quot;https&amp;quot;
localPort&amp;nbsp;=&amp;nbsp;5006
customDomains&amp;nbsp;=&amp;nbsp;[&amp;quot;webdav.ku86.cn&amp;quot;]
transport.useCompression&amp;nbsp;=&amp;nbsp;true&lt;/pre&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;二、宝塔面板中设置&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;1.在软件商店搜索WebDav，并且安装，目前最新版本是1.3.0&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;2.设置webdav账户，&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;host：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;https://webdav.ku86.cn:18443（我这里是内网穿透统一端口），&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;用户名：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;dav&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;密码：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;群晖中新建dav账号的密码&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;存储位置：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;/DAVHome/Bakup_web。其中DAVHome 是群晖中允许dav访问的根目录，Bakup_web是用于宝塔面板webdav专门访问的文件夹。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/12/202512221766398913807071.png&quot; alt=&quot;4.设置webdav.png&quot; width=&quot;600&quot; height=&quot;318&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 318px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;如果出现输入信息确认保存后，再次点击设置时，又要重新输入设置信息，那是因为你的设置参数有误，访问失败。如果能正常访问到群晖的webdav，则会进入看到群晖相关文件夹的界面。如下图&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/12/202512221766398994351519.png&quot; alt=&quot;5.webdav正常访问后的界面.png&quot; width=&quot;600&quot; height=&quot;278&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 278px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-indent: 2em; text-wrap-mode: nowrap;&quot;&gt;3.设置自动备份。在宝塔面板的计划任务里面新建 自动备份sql数据库，选择备份到webdav存储即可。&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;text-indent: 2em; text-wrap-mode: nowrap;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/12/202512221766399268829590.png&quot; alt=&quot;计划任务自动备份到webdav.png&quot; width=&quot;600&quot; height=&quot;374&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 374px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-indent: 2em; text-wrap-mode: nowrap;&quot;&gt;注：有民间高手大神优化了WebDav，详见：分享WebDav存储1.3.1插件2025.8.3&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://www.bt.cn/bbs/thread-148678-1-1.html&quot; target=&quot;_blank&quot; style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: nowrap; text-indent: 2em;&quot;&gt;https://www.bt.cn/bbs/thread-148678-1-1.html&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Dec 2025 18:00:06 +0800</pubDate></item><item><title>群晖nas通过frp内网穿透实现Synology Drive同步文件 </title><link>https://gx86.cn/?id=122</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;换了办公环境，没有了IPv6，但是自己的公网服务器还有点带宽。故重操旧业，用frp内网穿透，实现无公网IP也能Synology Drive同步文件。frp已经从当初使用时V0.16版本发展到V0.65版本了。设置方法有所改变，摸索了2个晚上，终于搞定。&lt;/p&gt;&lt;h4 style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;0、前置说明&lt;/strong&gt;&lt;/h4&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;公网云服务器&amp;nbsp; （有公网IP），故安装frps服务端；宿舍的群晖nas（无公网ip），故安装frpc客户端；最终实现，办公室的电脑可以同步宿舍的nas文件（通过公网服务器中转数据）&lt;/p&gt;&lt;h4 style=&quot;text-indent: 2em;&quot;&gt;一、公网服务器设置&lt;/h4&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;1.1 公网服务器安装frps。&lt;/strong&gt;我的是宝塔面板。在宝塔面板的 软件商店--官方应用中搜索 frp ，即可一键部署 frp。&lt;/p&gt;&lt;p style=&quot;text-align: center; text-indent: 2em;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/11/202511231763904099531681.png&quot; alt=&quot;宝塔面板安装frps服务器端.png&quot; width=&quot;600&quot; height=&quot;389&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 389px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;1.2 服务器端frp设置。&lt;/strong&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;打开frp管理器 ，安装frp服务端（无需安装frp客户端），并进行相关服务配置。一般默认即可，如果想方便日常网址输入，可以直接将默认的18080改为8080，18443改为8443&amp;nbsp; （只要端口不冲突）；web服务设置其实，就是监视用的，其用户名密码无需服务。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; text-indent: 2em;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/11/202511231763904565372167.png&quot; alt=&quot;宝塔面板配置frps服务器端.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;1.3 防火墙开放端口。&lt;/strong&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;一般有2个地方需要开放，&lt;/span&gt;&lt;strong style=&quot;text-indent: 2em;&quot;&gt;腾讯云服务器&lt;/strong&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt; 和&lt;/span&gt;&lt;strong style=&quot;text-indent: 2em;&quot;&gt;宝塔面板&lt;/strong&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;要开放对应的端口，（一般包括服务器端口15443、HTTP协议端口8080、HTTPS协议端口8443、web端口7001，具体端口号以你实际为准），本次的&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;Synology Drive，还需要开放6690端口。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/11/202511231763904866163531.png&quot; alt=&quot;云服务器开通6690.png&quot; width=&quot;800&quot; height=&quot;159&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 800px; height: 159px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/11/202511231763904903406785.png&quot; alt=&quot;宝塔面板开放6690.png&quot; width=&quot;800&quot; height=&quot;90&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 800px; height: 90px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;二、群晖上设置frp客户端&lt;/span&gt;&lt;/h4&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;2.1群晖上安装frp客户端。&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;为较少配置的麻烦，我直接使用第三方社群套件。直接安装。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/11/202511231763905085388425.png&quot; alt=&quot;群晖上安装frp客户端.png&quot; width=&quot;600&quot; height=&quot;368&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 368px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;2.2设置frp客户端。&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;参数如下，修改下就可以使用了。token 在frps服务端找，复制过来。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;transport.useEncryption = true，将 frpc 与 frps 之间的通信内容加密传输，将会有效防止传输内容被截取。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;transport.useCompression = true&amp;nbsp;如果传输的报文长度较长，对传输内容进行压缩，可以有效减小 frpc 与 frps 之间的网络流量，加快流量转发速度，但是会额外消耗一些 CPU 资源。&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:groovy;toolbar:false&quot;&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;serverAddr&amp;nbsp;=&amp;nbsp;&amp;quot;100.42.100.42&amp;quot;&lt;br/&gt;serverPort&amp;nbsp;=&amp;nbsp;15443&lt;br/&gt;&lt;br/&gt;[auth]&lt;br/&gt;token&amp;nbsp;=&amp;nbsp;&amp;quot;1qzTp****Y*e&amp;quot;&lt;br/&gt;&lt;br/&gt;[[proxies]]&lt;br/&gt;name&amp;nbsp;=&amp;nbsp;&amp;quot;SDrive-tcp6690&amp;quot;&lt;br/&gt;type&amp;nbsp;=&amp;nbsp;&amp;quot;tcp&amp;quot;&lt;br/&gt;localIP&amp;nbsp;=&amp;nbsp;&amp;quot;192.168.1.9&amp;quot;&lt;br/&gt;localPort&amp;nbsp;=&amp;nbsp;6690&lt;br/&gt;remotePort&amp;nbsp;=&amp;nbsp;6690&lt;br/&gt;transport.useEncryption = true&lt;br/&gt;transport.useCompression = true&lt;br/&gt;&lt;br/&gt;[[proxies]]&lt;br/&gt;name&amp;nbsp;=&amp;nbsp;&amp;quot;Win2K_web_3001&amp;quot;&lt;br/&gt;type&amp;nbsp;=&amp;nbsp;&amp;quot;https&amp;quot;&lt;br/&gt;localPort&amp;nbsp;=&amp;nbsp;3001&lt;br/&gt;customDomains&amp;nbsp;=&amp;nbsp;[&amp;quot;AA.ku86.cn&amp;quot;]&lt;br/&gt;&lt;/p&gt;&lt;/pre&gt;&lt;p style=&quot;text-align: center; text-indent: 2em;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/11/202511231763905320917045.png&quot; alt=&quot;群晖上frp设置.png&quot; width=&quot;600&quot; height=&quot;559&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 600px; height: 559px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h4 style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;三、Synology Drive Client 配置&lt;/span&gt;&lt;/h4&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;在&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;Synology Drive Client配置页面的&lt;/span&gt;nas地： 公网服务器IP:6690，即可联网。手机端app登录则是&amp;nbsp;AA.ku86.cn:8443（注，此处的&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;AA.ku86.cn，已是在域名解释中配置好&lt;/span&gt;）&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;后记：&lt;/strong&gt;套件中心的frp客户端居然不靠谱，不能自动重启。所以还是得使用回万年老办法——任务计划——用户自定义脚本执行。详见7年前的老帖子&amp;nbsp;&lt;a href=&quot;https://gx86.cn/?id=8&quot; target=&quot;_blank&quot; textvalue=&quot;群晖应用记录（三）——不用SSH，实现群晖frp内网穿透&quot;&gt;群晖应用记录（三）——不用SSH，实现群晖frp内网穿透&lt;/a&gt;。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;2025/12/12 后面发现其实&amp;nbsp;&lt;span style=&quot;text-indent: 28px; text-wrap-mode: wrap;&quot;&gt;套件中心的frp客户端 其实还是比较方便的，点击保存 立即重启生效。用&lt;span style=&quot;text-indent: 28px; text-wrap-mode: wrap;&quot;&gt;户自定义脚本执行，没法调试，需要重启才能生效。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Sun, 23 Nov 2025 21:00:35 +0800</pubDate></item><item><title>TikTok 抖音国际版 无视封锁和下载限制 免拔卡</title><link>https://gx86.cn/?id=121</link><description>&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;423down&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://www.423down.com/12155.html&quot; target=&quot;_blank&quot; title=&quot;TikTok国际版APP v41.1.3抖音TikTok解锁版&quot; textvalue=&quot;TikTok国际版APP v41.1.3抖音TikTok解锁版&quot;&gt;TikTok国际版APP v41.1.3抖音TikTok解锁版&lt;/a&gt;&amp;nbsp;无广告，英文自动翻译成中文，但是要经常要强制更新&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;下载地址：[CommShow]&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;a href=&quot;https://423down.lanzouo.com/b0f199a5a&quot; target=&quot;_blank&quot;&gt;https://423down.lanzouo.com/b0f199a5a&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 8px; margin-bottom: 8px; text-wrap-mode: wrap; padding: 0px; font-family: &amp;quot;microsoft yahei&amp;quot;; font-size: large; background-color: rgb(255, 255, 255);&quot;&gt;&lt;a href=&quot;https://pan.baidu.com/s/1QJAGPnzoO4Sjq3pKtcX18w?pwd=2023&quot; target=&quot;_blank&quot;&gt;https://pan.baidu.com/s/1QJAGPnzoO4Sjq3pKtcX18w?pwd=2023&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;[/CommShow]&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;盒子派&lt;/span&gt;&amp;nbsp;&lt;a href=&quot;https://www.hezipie.com/archives/4456&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot; title=&quot;TikTok v41.4.5 抖音国际版，无视封锁和下载限制，免拔卡&quot; textvalue=&quot;TikTok v41.4.5 抖音国际版，无视封锁和下载限制，免拔卡&quot;&gt;TikTok v41.4.5 抖音国际版，无视封锁和下载限制，免拔卡&lt;/a&gt;&amp;nbsp;，穿插有广告，英文不能自动转换成中文，但是不需要强制更新&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;下载地址：&amp;nbsp;&lt;/span&gt;[CommShow] &lt;a href=&quot;https://pan.baidu.com/share/init?surl=3xTdsHxd9akEz4jGgqGnHQ&amp;pwd=4ak8&quot; target=&quot;_blank&quot;&gt;https://pan.baidu.com/share/init?surl=3xTdsHxd9akEz4jGgqGnHQ&amp;amp;pwd=4ak8&lt;/a&gt;[/CommShow]&lt;/p&gt;</description><pubDate>Sun, 24 Aug 2025 23:11:41 +0800</pubDate></item><item><title>更新Discuz x3.5 后，发现 在线会员 图标显示失败</title><link>https://gx86.cn/?id=119</link><description>&lt;p&gt;&lt;span style=&quot;overflow-wrap: break-word; font-weight: 700; color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;问题：&lt;/span&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;更新Discuz x3.5 后，发现 在线会员 图标显示失败。如下图&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;ignore_js_op style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;/ignore_js_op&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img id=&quot;aimg_318&quot; aid=&quot;318&quot; alt=&quot;discuz在线会员图标显示失败.png&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/08/202508171755432423830492.png&quot; zoomfile=&quot;data/attachment/forum/202508/17/195935d81c8aqabic11ql1.png&quot; file=&quot;data/attachment/forum/202508/17/195935d81c8aqabic11ql1.png&quot; width=&quot;505&quot; inpost=&quot;1&quot; initialized=&quot;true&quot; style=&quot;overflow-wrap: break-word; cursor: pointer;&quot; data-catchresult=&quot;img_catchSuccess&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;ignore_js_op style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;/ignore_js_op&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;span style=&quot;overflow-wrap: break-word; font-weight: 700; color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;原因：&lt;/span&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;是Discuz x3.5更新后，官方默认的discuz.php文件有变化，但是你的主题模板没有更新，相应的论坛代码没有适配引起的。&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;span style=&quot;overflow-wrap: break-word; font-weight: 700; color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;解决办法：&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;1.找到你所使用的模板，该文件一般在&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF; color: #FF0000;&quot;&gt;/&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;s&lt;/span&gt;mz（你的网站文件夹名称）/template/qu_jianshu（你当前使用模板文件夹）/forum 文件夹中的discuz.php，&lt;/span&gt;搜索“onlinelist”即可查询到对应代码行。&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;2.将“{STATICURL}image/common/$online[icon]”，中的“&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF; color: #FF0000;&quot;&gt;&lt;strong&gt;{STATICURL}image/common/&lt;/strong&gt;&lt;/span&gt;”删掉，即只保留“&lt;strong&gt;$online[icon]&lt;/strong&gt;”。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;3.到后台--工具--更新缓存（都打钩更新一遍）即可。&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 17 Aug 2025 20:06:35 +0800</pubDate></item><item><title>升级Discuz! X3.5后，发帖出现 抱歉,您尚未输入标题或内容</title><link>https://gx86.cn/?id=118</link><description>&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word;&quot;&gt;升级Discuz! x3.5后，发帖时出现，“&lt;/span&gt;&lt;span style=&quot;background-color: #F9F9F9; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif;&quot;&gt;抱歉，您尚未输入标题或内容&lt;/span&gt;&lt;span style=&quot;background-color: #F9F9F9; font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif;&quot;&gt;”，怎样处理呢&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #FFFFFF;&quot;&gt;原因：是升级Discuz! x3.5后，官方的post.php文件是有所变更的，但是你的原有主题模板可能并没有适配新版，没有更新，所以出现了异常。&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word;&quot;&gt;解决方法：打开文件编辑：&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word; color: #FF0000;&quot;&gt;template\one_simple&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word; color: #000000;&quot;&gt;（这个文件夹名称，与你用的主题有关，不用的主题模板，就不同的文件夹）&lt;/span&gt;\forum\post.php&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word;&quot;&gt;第一个JS代码片段全部删除掉&lt;/span&gt;&lt;br style=&quot;overflow-wrap: break-word; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;/&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word;&quot;&gt;换成下面的代码即可&lt;/span&gt;&lt;/p&gt;&lt;pre class=&quot;brush:js;toolbar:false&quot;&gt;&amp;lt;script&amp;nbsp;type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;allowpostattach&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;{$_G[&amp;#39;group&amp;#39;][&amp;#39;allowpostattach&amp;#39;]}&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;allowpostimg&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$allowpostimg&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;pid&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$pid&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;tid&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$_G[tid]&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;extensions&amp;nbsp;=&amp;nbsp;&amp;#39;{$_G[&amp;#39;group&amp;#39;][&amp;#39;attachextensions&amp;#39;]}&amp;#39;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;imgexts&amp;nbsp;=&amp;nbsp;&amp;#39;$imgexts&amp;#39;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;postminchars&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$_G[&amp;#39;setting&amp;#39;][&amp;#39;minpostsize&amp;#39;]&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;postmaxchars&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$_G[&amp;#39;setting&amp;#39;][&amp;#39;maxpostsize&amp;#39;]&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;postminsubjectchars&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$_G[&amp;#39;setting&amp;#39;][&amp;#39;minsubjectsize&amp;#39;]&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;postmaxsubjectchars&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$_G[&amp;#39;setting&amp;#39;][&amp;#39;maxsubjectsize&amp;#39;]&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;disablepostctrl&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;{$_G[&amp;#39;group&amp;#39;][&amp;#39;disablepostctrl&amp;#39;]}&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;seccodecheck&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;&amp;lt;!--{if&amp;nbsp;$seccodecheck}--&amp;gt;1&amp;lt;!--{else}--&amp;gt;0&amp;lt;!--{/if}--&amp;gt;&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;secqaacheck&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;&amp;lt;!--{if&amp;nbsp;$secqaacheck}--&amp;gt;1&amp;lt;!--{else}--&amp;gt;0&amp;lt;!--{/if}--&amp;gt;&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;typerequired&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;{$_G[forum][threadtypes][required]&amp;nbsp;or&amp;nbsp;&amp;#39;&amp;#39;}&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;sortrequired&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;{$_G[forum][threadsorts][required]&amp;nbsp;or&amp;nbsp;&amp;#39;&amp;#39;}&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;special&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$special&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;isfirstpost&amp;nbsp;=&amp;nbsp;&amp;lt;!--{if&amp;nbsp;$isfirstpost}--&amp;gt;1&amp;lt;!--{else}--&amp;gt;0&amp;lt;!--{/if}--&amp;gt;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;allowposttrade&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;{$_G[&amp;#39;group&amp;#39;][&amp;#39;allowposttrade&amp;#39;]}&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;allowpostreward&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;{$_G[&amp;#39;group&amp;#39;][&amp;#39;allowpostreward&amp;#39;]}&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;allowpostactivity&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;{$_G[&amp;#39;group&amp;#39;][&amp;#39;allowpostactivity&amp;#39;]}&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;sortid&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$sortid&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;special&amp;nbsp;=&amp;nbsp;parseInt(&amp;#39;$special&amp;#39;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;fid&amp;nbsp;=&amp;nbsp;$_G[&amp;#39;fid&amp;#39;];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;postaction&amp;nbsp;=&amp;nbsp;&amp;#39;{$_GET[&amp;#39;action&amp;#39;]}&amp;#39;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var&amp;nbsp;ispicstyleforum&amp;nbsp;=&amp;nbsp;&amp;lt;!--{if&amp;nbsp;$_G[&amp;#39;forum&amp;#39;][&amp;#39;picstyle&amp;#39;]}--&amp;gt;1&amp;lt;!--{else}--&amp;gt;0&amp;lt;!--{/if}--&amp;gt;;
&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/08/202508171755422392872027.png&quot; alt=&quot;升级Discuz! X3.5后，发帖出现 抱歉,您尚未输入标题或内容.png&quot; width=&quot;579&quot; height=&quot;400&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 579px; height: 400px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Hiragino Sans GB&amp;quot;, STHeiti, &amp;quot;Microsoft Yahei&amp;quot;, SimSun, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; text-wrap-mode: wrap; background-color: #F9F9F9; overflow-wrap: break-word;&quot;&gt;实际上就是新版本在发帖上做了调整（多了几行代码），旧版本自定义的模版变量缺少了导致的，上面的JS是从3.5最新版官方模版提取的代码。&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 17 Aug 2025 17:19:06 +0800</pubDate></item><item><title>群晖NAS文件夹 映射到PC电脑直接访问</title><link>https://gx86.cn/?id=117</link><description>&lt;p&gt;&lt;span style=&quot;;font-family:宋体;font-size:14px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;群晖&lt;/span&gt;NAS&lt;span style=&quot;font-family:宋体&quot;&gt;文件夹 映射到&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;PC&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;电脑直接访问，&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;方法有很多，如果是本地网络，即&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;PC&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;电脑和&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;NAS&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;在同一个局域网，就简单了。此主要是为了批量修改群晖NAS里面的jellyfin下的电视剧文件名。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:宋体;font-size:14px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;一、在&lt;/span&gt;NAS&lt;span style=&quot;font-family:宋体&quot;&gt;开启&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;SMB&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;功能&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:宋体;font-size:14px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;在控制面板&lt;/span&gt;--&amp;gt;SMB&lt;span style=&quot;font-family:宋体&quot;&gt;，开启&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;SMB&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;功能 应用即可，此共享为无密码共享&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:宋体;font-size:14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/08/202508031754224520611263.png&quot; alt=&quot;群晖NAS开启SMB局域网共享.png&quot; width=&quot;587&quot; height=&quot;400&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 587px; height: 400px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:宋体;font-size:14px&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;;font-family:宋体;font-size:14px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;二、在&lt;/span&gt;PC&lt;span style=&quot;font-family:宋体&quot;&gt;电脑上建立映射&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;;font-family:宋体;font-size:14px&quot;&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;打开&lt;/span&gt; “此电脑”&lt;span style=&quot;font-family:Calibri&quot;&gt;---&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;在界面空白的地方点击鼠标右键，选择“添加一个网络位置”，然后下一步直到添加网络位置地址，输入&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;\\xx&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;，（这个地址就是你在&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;NAS&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;开启&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;SMB&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;功能中的地址，此处以&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;WIN2K&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;为例），然后点击 浏览；就可以展开&lt;/span&gt;&lt;span style=&quot;font-family:Calibri&quot;&gt;WIN2K&lt;/span&gt;&lt;span style=&quot;font-family:宋体&quot;&gt;，选择具体文件，点击确定即可。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/08/202508031754224576210982.png&quot; alt=&quot;添加一个网络位置.png&quot; style=&quot;width: 518px; height: 400px;&quot; width=&quot;518&quot; height=&quot;400&quot; border=&quot;0&quot; vspace=&quot;0&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/08/202508031754224576166046.png&quot; alt=&quot;添加网络位置2.png&quot; style=&quot;width: 472px; height: 400px;&quot; width=&quot;472&quot; height=&quot;400&quot; border=&quot;0&quot; vspace=&quot;0&quot;/&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://gx86.cn/zb_users/upload/2025/08/202508031754224576256361.png&quot; alt=&quot;添加文件夹.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;此时，在“此电脑”（&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;Win11系统&lt;/span&gt;）的 网络位置 区域出现相应的文件夹。至于要免费无广告的 &lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;文件名批量重命名 软件&amp;nbsp;&lt;/span&gt;Advanced Renamer ，可以友情提供。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 03 Aug 2025 20:34:04 +0800</pubDate></item><item><title>Jellyfin 电视剧只有海报不显示季和剧集 无法找到有效的媒体源来播放</title><link>https://gx86.cn/?id=116</link><description>&lt;p&gt;&lt;strong&gt;问题：&lt;/strong&gt;Jellyfin 电视剧只有海报不显示季（季的内容为空白）和剧集，无法找到有效的媒体源来播放&lt;/p&gt;&lt;p&gt;&lt;strong&gt;原因：&lt;/strong&gt;因为电视剧的每集的文件名格式不对，只有E01、E02、01、02等之类的命名，必须是S01E01&amp;nbsp;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;S01E02……之类的命名（S01EP01的格式也不行），S01,是表示第一季。E01是表示第一集。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;解决办法：&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;方法一：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;对每集文件名重新批量命名，加入S01。可以将NAS内的文件夹通过SMB映射到PC电脑，然后再用&amp;nbsp;&amp;nbsp;Advanced Renamer 软件进行文件名批量重命名。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/06/202506251750784656458523.png&quot; alt=&quot;批量重命名Advanced Renamer.png&quot; width=&quot;698&quot; height=&quot;400&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 698px; height: 400px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap; color: #FF0000;&quot;&gt;2025/8/17&lt;/span&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&amp;nbsp;发现有时候：文件名是“S01E01”还不行，还必须是“&lt;/span&gt;&lt;span style=&quot;text-wrap-mode: wrap; color: #FF0000;&quot;&gt;.S01E01.&lt;/span&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;”&amp;nbsp;&lt;/span&gt;&lt;strong style=&quot;text-wrap-mode: wrap;&quot;&gt;有“.”英文点号的分割才行&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;，比如 “放羊的星星 My Lucky Star 2007 S01E01 WEB-DL H264 .mp4”还是显示不出来，必须是&amp;nbsp;放羊的星星 My Lucky Star 2007&lt;/span&gt;&lt;span style=&quot;text-wrap-mode: wrap; color: #FF0000;&quot;&gt;.S01E01.&lt;/span&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&amp;nbsp;WEB-DL H264 .mp4，&lt;span style=&quot;text-wrap-mode: wrap; color: #FF0000;&quot;&gt;&lt;strong&gt;修改完文件名后，记得对该剧集进行“刷新元数据”才会生效。&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;方法二：采用特殊集的方式显示。&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;设置方法：在 jellyfin 的 控制台---媒体库---显示，选中“显示季中所播出的特集”。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/06/202506251750784812782958.png&quot; alt=&quot;Jellyfin 电视剧只有海报不显示季和剧集 无法找到有效的媒体源来播放.png&quot; width=&quot;512&quot; height=&quot;400&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 512px; height: 400px;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Jun 2025 00:55:32 +0800</pubDate></item><item><title>[转载] Jellyfin的TMDB刮削失败解决办法</title><link>https://gx86.cn/?id=115</link><description>&lt;p data-first-child=&quot;&quot; data-pid=&quot;kc79t_2C&quot; style=&quot;margin-top: 0px; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;分析原因：&lt;/p&gt;&lt;p data-pid=&quot;9hSuUB5Z&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;经过我的多项测试，我发现Jellyfin的&lt;a class=&quot;RichContent-EntityWord css-b7erz1&quot; data-za-not-track-link=&quot;true&quot; data-paste-text=&quot;true&quot; href=&quot;https://zhida.zhihu.com/search?content_id=246917521&amp;content_type=Article&amp;match_order=1&amp;q=TMDB&amp;zhida_source=entity&quot; target=&quot;_blank&quot; style=&quot;color: rgb(9, 64, 142); cursor: pointer;&quot;&gt;TMDB&lt;svg width=&quot;10px&quot; height=&quot;10px&quot; viewbox=&quot;0 0 16 16&quot; class=&quot;ZDI ZDI--FourPointedStar16 css-1dvsrp&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;插件，主要应该就是用的&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;的域名进行数据交互。然而&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;经常被墙。之前有人说改hosts文件就行，但是最近&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;所对应的ip也被墙了，所以就算改hosts也没用。（因为hosts文件就是将域名和ip建立强映射关系的。有了hosts文件，系统在dns解析的时候会优先查看hosts文件有没有对应ip，有的话就直接使用，不进行dns解析了）。所以有时候，就算ping&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;这个网址都ping不通，就更别说从这个网址获取信息了&lt;/p&gt;&lt;p data-pid=&quot;-13Oquoi&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;但是，&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;这个网址，除了&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;这个api，还有一个旧版的，是api.tmdb.org.经过测试，这个能用。但是比较狗血是，jellyfin的tmdb插件好像只能用&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;这个新的api网址。。&lt;/p&gt;&lt;p class=&quot;ztext-empty-paragraph&quot; style=&quot;margin-top: -0.8em; margin-bottom: -0.8em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p data-pid=&quot;bbvZCejs&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;解决办法：&lt;/p&gt;&lt;p data-pid=&quot;YdnCWGbk&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;一、获取hosts（或hosts文件）&lt;/p&gt;&lt;p data-pid=&quot;ePZebpH6&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;无论任何系统，最重要的就是我们可以将&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.tmdb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.tmdb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;这个旧版的域名搜索到的ip和新的&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;这个域名对应上，然后写入hosts文件。这里提供两种方法，一种手动的，一种自动的：&lt;/p&gt;&lt;ol style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;手动：&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p data-pid=&quot;7WVehOB6&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;进入这个网址，&lt;a href=&quot;https://link.zhihu.com/?target=https%3A//dnschecker.org/%23A/&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;DNS Checker - DNS Check Propagation Tool&lt;/a&gt;，然后搜索api.tmdb.org，右边的单元框选A，（A就是ipv4地址，AAAA就是ipv6地址，别的不用管）找到中国地区的，然后将获取的ip记录下，随后改成AAAA，同样搜索这个地址，记录下。同样的方式再搜索image.tmdb.org。之后建立一个txt文件，在里面写入刚才的ip值+域名。按照这样的格式写就行：&lt;/p&gt;&lt;p data-pid=&quot;wQry5FOA&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:ea00:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;-kitQIt3&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:4800:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;kJfF4R-3&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:1600:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;s3p6OTBt&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:200:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;qnOUj6Xu&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:f200:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;rHE7Arso&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:ca00:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;l5lUbH6B&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:2e00:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;NpLBuI9b&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2600:9000:25f4:fc00:10:fb02:4000:93a1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;BiwdYcR0&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2400:52e0:1a01::1114:1&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//image.tmdb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;image.tmdb.org&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;ztext-empty-paragraph&quot; style=&quot;margin-top: -0.8em; margin-bottom: -0.8em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p data-pid=&quot;XKup0KN7&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;13.226.244.122&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;vNeWM3GX&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;13.226.244.108&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;JjAGyjOz&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;13.226.244.124&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;YtXw77uM&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;13.226.244.10&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;api.themoviedb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;HJSDd_rH&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;143.244.50.212&amp;nbsp;&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//image.tmdb.org&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;image.tmdb.org&lt;/a&gt;&lt;/p&gt;&lt;p data-pid=&quot;7M24uhTj&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;但是注意，刚我们记录下的&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.tmdb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.tmdb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;的ip，要将其映射到&lt;a href=&quot;https://link.zhihu.com/?target=http%3A//api.themoviedb.org&quot; class=&quot; external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;http://&lt;/span&gt;&lt;span class=&quot;visible&quot;&gt;api.themoviedb.org&lt;/span&gt;&lt;span class=&quot;invisible&quot; style=&quot;background-color: transparent; color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-size-adjust: none; font-kerning: auto; font-optical-sizing: auto; font-feature-settings: normal; font-variation-settings: normal; font-variant-position: normal; font-variant-emoji: normal; font-stretch: normal; font-size: 0px; line-height: 0; font-family: a; text-shadow: none;&quot;&gt;&lt;/span&gt;&lt;/a&gt;域名上。写完之后，重命名为hosts.txt，然后吧.txt后缀删掉，就可以得到一个编辑好的hosts文件了。&lt;/p&gt;&lt;p data-pid=&quot;tWH8db1v&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;2. 自动：&lt;/p&gt;&lt;p data-pid=&quot;prAeQJIf&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;使用我制作的自动获取IP的软件&lt;a href=&quot;https://link.zhihu.com/?target=https%3A//www.bilibili.com/video/BV1dFeEesEUf/%3Fspm_id_from%3D333.999.0.0&quot; class=&quot; wrap external&quot; target=&quot;_blank&quot; rel=&quot;nofollow noreferrer&quot; data-za-detail-view-id=&quot;1043&quot; style=&quot;color: inherit; border-bottom: 1px solid rgb(129, 133, 143); cursor: pointer;&quot;&gt;2024.8.14 获取hostsIP软件更新 Jellyfin刮削_哔哩哔哩_bilibili&lt;/a&gt;，进这个B站链接就能看到我编写的软件下载地址了。然后一键获取hosts文件&lt;/p&gt;&lt;p class=&quot;ztext-empty-paragraph&quot; style=&quot;margin-top: -0.8em; margin-bottom: -0.8em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p data-pid=&quot;jtHXmD3K&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;二、修改hosts&lt;/p&gt;&lt;p data-pid=&quot;n7rlzFo7&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;这里说几种情况。&lt;/p&gt;&lt;p data-pid=&quot;FWUX_5FL&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;首先看看你的Jellyfin是怎么安装的。&lt;/p&gt;&lt;ol style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;如果是安装在windows上，那么直接修改windows的hosts文件就行了（路径：C:\Windows\System32\drivers\etc\hosts）&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;如果是安装在&lt;a class=&quot;RichContent-EntityWord css-b7erz1&quot; data-za-not-track-link=&quot;true&quot; data-paste-text=&quot;true&quot; href=&quot;https://zhida.zhihu.com/search?content_id=246917521&amp;content_type=Article&amp;match_order=1&amp;q=%E7%BE%A4%E6%99%96&amp;zhida_source=entity&quot; target=&quot;_blank&quot; style=&quot;color: rgb(9, 64, 142); cursor: pointer;&quot;&gt;群晖&lt;svg width=&quot;10px&quot; height=&quot;10px&quot; viewbox=&quot;0 0 16 16&quot; class=&quot;ZDI ZDI--FourPointedStar16 css-1dvsrp&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;上，那么又分两种情况：&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p data-pid=&quot;kkInftWX&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;a) 是通过第三方套件中心安装的&lt;/p&gt;&lt;p data-pid=&quot;3SZ_LZqW&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;这种情况我没完全测试过，理论上修改群晖的hosts文件就行。方式就是首先进入群晖web界面，进入控制面板，找到终端机和SNMP，打开SSH访问。然后再windows上使用SSH访问软件，比如powershell或者putty等等，SSH连接群辉后，获取root权限：&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial;&quot;&gt;sudo&amp;nbsp;-i&lt;/pre&gt;&lt;/div&gt;&lt;p data-pid=&quot;vzVI8m8Y&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;输入密码之后，使用vi命令编辑hosts文件&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial;&quot;&gt;vi&amp;nbsp;/etc/hosts&lt;/pre&gt;&lt;/div&gt;&lt;p data-pid=&quot;rmIF-81O&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;点击键盘的i进入编辑模式，复制刚刚获取到的hosts文件内容，然后直接在ssh软件中右键就能粘贴了&lt;/p&gt;&lt;p data-pid=&quot;Lh8uhR1F&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;粘贴好后，按esc，输入:wq就能保存了&lt;/p&gt;&lt;p class=&quot;ztext-empty-paragraph&quot; style=&quot;margin-top: -0.8em; margin-bottom: -0.8em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p data-pid=&quot;m9UWi-Hl&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;b) 是通过&lt;a class=&quot;RichContent-EntityWord css-b7erz1&quot; data-za-not-track-link=&quot;true&quot; data-paste-text=&quot;true&quot; href=&quot;https://zhida.zhihu.com/search?content_id=246917521&amp;content_type=Article&amp;match_order=1&amp;q=docker&amp;zhida_source=entity&quot; target=&quot;_blank&quot; style=&quot;color: rgb(9, 64, 142); cursor: pointer;&quot;&gt;docker&lt;svg width=&quot;10px&quot; height=&quot;10px&quot; viewbox=&quot;0 0 16 16&quot; class=&quot;ZDI ZDI--FourPointedStar16 css-1dvsrp&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;安装的&lt;/p&gt;&lt;p data-pid=&quot;ZSRlz6AA&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;这种就比较麻烦，需要进入docker的jellyfin容器修改hosts文件，但是jellyfin容器一般都没有vi或者nano命令。。。所以我们要先进行vim或者nano命令的安装。不过幸好jellyfin好像是基于debian制作的，所以相对好安装一些、。&lt;/p&gt;&lt;p data-pid=&quot;xXdlBxhE&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;首先大概群晖web管理页面，找到docker-jellyfin容器-详情-终端机，点击新增，输入如下命令&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial;&quot;&gt;apt-get&amp;nbsp;update&amp;nbsp;
apt-get&amp;nbsp;install&amp;nbsp;vim&lt;/pre&gt;&lt;/div&gt;&lt;p data-pid=&quot;liI1TQtk&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;如果没有报错就证明安装成功了。安装过程可能有点慢，虽然vim就不到10MB，但是架不住网络环境。。你懂的。。。&lt;/p&gt;&lt;p data-pid=&quot;Zxws6wWq&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;安装完成之后，使用如下命令编辑hosts文件即可&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial;&quot;&gt;vim&amp;nbsp;/etc/hosts&lt;/pre&gt;&lt;/div&gt;&lt;p data-pid=&quot;1dq6QPr9&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;然后输入字母i进行编辑，编辑完成之后按esc，随后输入:wq进行保存即可&lt;/p&gt;&lt;p class=&quot;ztext-empty-paragraph&quot; style=&quot;margin-top: -0.8em; margin-bottom: -0.8em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p class=&quot;ztext-empty-paragraph&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p data-pid=&quot;XiVIEC9Q&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;3. 万能法：&lt;/p&gt;&lt;p data-pid=&quot;Bhz-XMPW&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;如果你有软路由（&lt;a class=&quot;RichContent-EntityWord css-b7erz1&quot; data-za-not-track-link=&quot;true&quot; data-paste-text=&quot;true&quot; href=&quot;https://zhida.zhihu.com/search?content_id=246917521&amp;content_type=Article&amp;match_order=1&amp;q=openwrt&amp;zhida_source=entity&quot; target=&quot;_blank&quot; style=&quot;color: rgb(9, 64, 142); cursor: pointer;&quot;&gt;openwrt&lt;svg width=&quot;10px&quot; height=&quot;10px&quot; viewbox=&quot;0 0 16 16&quot; class=&quot;ZDI ZDI--FourPointedStar16 css-1dvsrp&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;系统或者&lt;a class=&quot;RichContent-EntityWord css-b7erz1&quot; data-za-not-track-link=&quot;true&quot; data-paste-text=&quot;true&quot; href=&quot;https://zhida.zhihu.com/search?content_id=246917521&amp;content_type=Article&amp;match_order=1&amp;q=istoreos&amp;zhida_source=entity&quot; target=&quot;_blank&quot; style=&quot;color: rgb(9, 64, 142); cursor: pointer;&quot;&gt;istoreos&lt;svg width=&quot;10px&quot; height=&quot;10px&quot; viewbox=&quot;0 0 16 16&quot; class=&quot;ZDI ZDI--FourPointedStar16 css-1dvsrp&quot; fill=&quot;currentColor&quot;&gt;&lt;path d=&quot;m5.068 9.267-3.08-.77a.512.512 0 0 1 0-.994l3.08-.77a2.289 2.289 0 0 0 1.665-1.665l.77-3.08a.512.512 0 0 1 .994 0l.77 3.08c.205.82.845 1.46 1.665 1.665l3.08.77a.512.512 0 0 1 0 .994l-3.08.77a2.29 2.29 0 0 0-1.665 1.665l-.77 3.08a.512.512 0 0 1-.994 0l-.77-3.08a2.289 2.289 0 0 0-1.665-1.665Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/a&gt;系统，或者小米的都行），这样的是最容易的。这样我们可以直接在软路由中修改hosts文件。（但是要注意，如果在路由器中修改了hosts文件，那么就不要在客户端中修改hosts文件了）&lt;/p&gt;&lt;p data-pid=&quot;vg-iaDYN&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;a) openwrt和istoreos:&lt;/p&gt;&lt;p data-pid=&quot;S6WL2kzN&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;这两个系统的hosts文件一般在/etc/hosts，直接使用ssh软件登入路由后台，然后使用&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial;&quot;&gt;vi&amp;nbsp;/etc/hosts&lt;/pre&gt;&lt;/div&gt;&lt;p data-pid=&quot;rQ_XVhvO&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;编辑hosts文件就行，方法和二-2-a相同&lt;/p&gt;&lt;p data-pid=&quot;D_ElV1_J&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;但是要注意，保存完成之后，openwrt可能还有dns的缓存机制，我们要清空dns缓存，所以要输入如下命令：&lt;/p&gt;&lt;div class=&quot;highlight&quot; style=&quot;margin: 1em 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 0px; overflow-wrap: initial; background-color: rgb(248, 248, 250); border-radius: 4px; font-size: 0.9em; overflow: auto; padding: calc(0.888889em); word-break: initial;&quot;&gt;/etc/init.d/dnsmasq&amp;nbsp;restart&lt;/pre&gt;&lt;/div&gt;&lt;p data-pid=&quot;y-7_975p&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;这样就能清空dns缓存了。&lt;/p&gt;&lt;p class=&quot;ztext-empty-paragraph&quot; style=&quot;margin-top: -0.8em; margin-bottom: -0.8em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p data-pid=&quot;_iqN-Vcp&quot; style=&quot;margin-top: 1.4em; margin-bottom: 1.4em; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;b) 小米路由器&lt;/p&gt;&lt;p data-pid=&quot;EUF5zPlT&quot; style=&quot;margin-top: 1.4em; margin-bottom: 0px; color: rgb(25, 27, 31); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; font-size: medium; text-wrap-mode: wrap; background-color: rgb(255, 255, 255);&quot;&gt;小米路由器的app支持自定义hosts文件，这点还是很人性化的。手机下载 小米wifi app，然后绑定登录账号绑定路由器。找到底下的工具箱，里面有一个自定义hosts。将我们获取的hosts内容输入到这里就行了，建议在电脑上获取完，发送给手机微信，然后用手机复制，再粘贴到小米wifi app里，不然输入到手麻。。。输入完点击配置就行了&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Jun 2025 00:53:46 +0800</pubDate></item><item><title>Jellyfin  很多部影片、电视剧只显示一部 解决办法</title><link>https://gx86.cn/?id=114</link><description>&lt;p&gt;问题：jellyfin，很多部影片只显示一部 、多部电视剧也只显示一部&lt;/p&gt;&lt;p&gt;原因：jellyfin自带刮削功能，开启的话，遇到刮削不出来的就卡住了（&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;刮削功能&lt;/span&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;the moviedb, the open movie database被墙了&lt;/span&gt;），不会跳过去刮削后面的电影，没刮削的不会显示在影片库里。可以不刮削或者用TMM刮削。&lt;/p&gt;&lt;p&gt;解决：&lt;/p&gt;&lt;p&gt;方法一：需要修改hosts&amp;nbsp; &lt;a href=&quot;https://zhuanlan.zhihu.com/p/714544004&quot; _src=&quot;https://zhuanlan.zhihu.com/p/714544004&quot;&gt;https://zhuanlan.zhihu.com/p/714544004&lt;/a&gt; &lt;/p&gt;&lt;p&gt;方法二：取消&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;刮削功能。在jellyfin的 控制台---媒体库---点媒体库 右下的3个小点---管理媒体库---元数据下载器---把the moviedb, the open movie database前面的勾去掉。注意：如果电视剧的文件名的格式不能被jellyfin识别，也是显示不出来的，请看：&lt;a href=&quot;https://gx86.cn/?id=116&quot; target=&quot;_blank&quot;&gt;https://gx86.cn/?id=116&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;https://gx86.cn/zb_users/upload/2025/06/202506251750783929670579.png&quot; alt=&quot;jellyfin很多部影片只显示一部.png&quot; width=&quot;401&quot; height=&quot;400&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 401px; height: 400px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: wrap;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Jun 2025 00:41:36 +0800</pubDate></item></channel></rss>