当前位置:首页 > 网络节点 > 正文内容

在Github上搭建一个高速节点浏览器,网速快到你想想不到的快

freeai1年前 (2024-03-28)网络节点3805


注册Github账号之后打开下面的网址部署代码。

https://github.dev/github/dev


部署代码:

docker run -d \
  --name=chromium \
  --security-opt seccomp=unconfined `#optional` \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e CHROME_CLI=https://www.linuxserver.io/ `#optional` \
  -e TITLE=sabamedia\
  -p 3000:3000 \
  -p 3001:3001 \
  -v /path/to/config:/config \
  --shm-size="1gb" \
  --restart unless-stopped \
  lscr.io/linuxserver/chromium:latest

“在Github上搭建一个高速节点浏览器,网速快到你想想不到的快” 的相关文章

搭建一个高速免费节点,任何设备都可以分享使用

搭建一个高速免费节点,任何设备都可以分享使用

outline开源项目网址:https://www.getoutline.org/操作步骤:...

在3x-ui面板的服务器上隐藏服务器的真实ip地址教程

首先安装3x-ui面板:        (1)更新操作系统:apt update && apt upgrade -y           (2)安装curl:apt install c...

免费vpn,hiddify-next的使用,包括配置文件,支持多种协议

免费vpn,hiddify-next的使用,包括配置文件,支持多种协议

Hiddify-next vpn下载链接:https://github.com/hiddify/hiddify-next/releases配置文件链接:https://github.com/Elfiinaa/ConfigFiles/blob/main/WarpOnWarp-HiddifyNext.j...

搭建一个反过滤节点教程

首先更新云服务器操作系统(我使用的是ubuntu20.04):apt update安装x-ui面板:(x-ui面板开源地址:https://github.com/alireza0/x-ui)bash <(curl -Ls https://raw.gith...

强大的S-UI面板,互联网上大部分协议都可以使用

在VPS上安装S-UI面板:开源地址:https://github.com/alireza0/s-uibash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.sh)登录方式:云服务器的IP地址...

oblivion hiddify next vpn软件如何使用优选的ip

优选ip代码:(在任何一台VPS上执行下面的代码)bash <(curl -fsSL https://raw.githubusercontent.com/PtechGitHub/warp/main/endip/install.sh)sigma免费vps:https://www.cloudsig...

评论列表

飞
IP:
1年前 (2024-03-30)

具体的呢?

dvshcc
dvshcc IP:
1年前 (2024-04-16)

显示Error forwarding port

123
123 IP:
12个月前 (05-02)

Connecting to the forwarded port.. 就没下文了估计和谐了

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。