主 题:NoBrand DUAL VPS HDD 玩法之:私有 Openlist
发 布 者:zcp1997
标签分类: 日常
时 间:2026-08-20 15:53:26
内容预览:Dual 有两张网卡,eth0 是日本公网 IP(87.86.x.x),eth1 是沪日专线的内网口(172.16.x.x)。默认路由走 eth0,但 eth1 提供了一条从国内直接进来的通道。思路很简单:本机磁盘用 OpenList 做成网盘,OpenList 只监听 eth1,国内访问时走沪日专线,不再绕日本公网回程。装 OpenList直接下官方二进制:mkdir -p /opt/openlist %26%26 cd /opt/openlistwget -O openlist-linux-amd64.tar.gz https://github.com/OpenListTeam/OpenList/releases/latest/download/openlist-linux-amd64.tar.gztar -zxvf openlist-linux-amd64.tar.gzchmod +x openlist./openlist version配个 systemd 服务,方便开机自启和崩溃重启:cat %26gt%3b/etc/systemd/system/openlist.service %26lt%3b%26lt%3b'EOF'[Unit]Description=OpenListAfter=network.target[Service]Type=simpleWorkingDirectory=/opt/openlistExecStart=/opt/openlist/openlist serverRestart=on-failureRestartSec=5[Install]WantedBy=multi-user.targetEOFsystemctl daemon-reload %26%26 systemctl enable --now openlist默认监听 0.0.0.0:5244,然后浏览器打开 http://87.86.x
直达链接: https://www.nodeseek.com/post-884418-1
发 布 者:zcp1997
标签分类: 日常
时 间:2026-08-20 15:53:26
内容预览:Dual 有两张网卡,eth0 是日本公网 IP(87.86.x.x),eth1 是沪日专线的内网口(172.16.x.x)。默认路由走 eth0,但 eth1 提供了一条从国内直接进来的通道。思路很简单:本机磁盘用 OpenList 做成网盘,OpenList 只监听 eth1,国内访问时走沪日专线,不再绕日本公网回程。装 OpenList直接下官方二进制:mkdir -p /opt/openlist %26%26 cd /opt/openlistwget -O openlist-linux-amd64.tar.gz https://github.com/OpenListTeam/OpenList/releases/latest/download/openlist-linux-amd64.tar.gztar -zxvf openlist-linux-amd64.tar.gzchmod +x openlist./openlist version配个 systemd 服务,方便开机自启和崩溃重启:cat %26gt%3b/etc/systemd/system/openlist.service %26lt%3b%26lt%3b'EOF'[Unit]Description=OpenListAfter=network.target[Service]Type=simpleWorkingDirectory=/opt/openlistExecStart=/opt/openlist/openlist serverRestart=on-failureRestartSec=5[Install]WantedBy=multi-user.targetEOFsystemctl daemon-reload %26%26 systemctl enable --now openlist默认监听 0.0.0.0:5244,然后浏览器打开 http://87.86.x
直达链接: https://www.nodeseek.com/post-884418-1