Alist下载地址:https://alist.nn.ci/zh/guide/install/script.html Alist官方文档:https://alist.nn.ci/zh/ Gitee地址:https://gitee.com/cdmingqiao/alist Github地址:https://github.com/alist-org/alist ssfrp地址:https://frp.v6ym.com/ 本文由mdnice多平台发布 雨泽山海自有归期 __EOF__ 版权声...
name = "Alist" # 需要内网穿透的容器名称 type = "tcp" # 穿透类型 localIP = "192.168.31.248" # 本地监听地址和端口 localPort = 5244 # Alist的端口号 remotePort = 5244 # 服务端给Alist映射的端口号 注意:如果后期需要再加需要穿透的容器的话,直接按照这个模板在填一个,保存到配置文件里就行了,...
如果选择子域名必须是服务端主域名下的子域名,这里只需要填写前缀就可以了,比如我用二级域名 frp.404.cafe 作为主域名,我想通过三级域名 alist.frp.404.cafe 来访问内网alist服务,那我只需要填写【alist】就可以了,这里alist.frp.相对frp.就是第二级域名。
alist.frp.404.cafe:用于访问部署在内网的alist管理面板。 gitlab.frp.404.cafe:用于在外网环境下访问内网代码仓库。 jenkins.frp.404.cafe:用于在外网环境下访问内网jenkins。 安装 Frp分为服务端和客户端,服务器端名为frps,客户端名为frpc,安装时务必注意区分。同时Frp支持windows和linux的服务器系统,我们首先将...
由于常用的服务有好几个,迁移起来比较麻烦,于是把几个docker-compose整合到了一起。 完整docker-compose.yml # 随机生成一个密码 #docker exec -it alist ./alist admin random # 手动设置一个密码,`NEW_PASSWORD`是指你需要设置的密码 …
主机运行frpc ./frpc -c ./frpc.toml frpc.toml内容 serverAddr = "localhost" serverPort = 7021 # 如果默认的 STUN 服务器不可用,可以配置一个新的 STUN 服务器 #natHoleStunServer = "stun.miwifi.com:3478" [[proxies]] name = "alist" type = "xtcp" secretKey = "aaa" localIP = "localhost...
# only allow frpc to bind ports you list,ifyousetnothing,there won't be any limit allow_ports=2000-3000,3001,3003,4000-50000# pool_countineach proxy will change to max_pool_countifthey exceed the maximum value max_pool_count=5# max ports can be usedforeach client,defaultvalue is0means...
it's not recommended to modify the default value # the default value of heartbeat_timeout is 90 # heartbeat_timeout = 90 # only allow frpc to bind ports you list, if you set nothing, there won't be any limit #allow_ports = 2000-3000,3001,3003,4000-50000 allow_ports = 80,6000,...
Take a look at our issues list and consider sending a Pull Request to dev branch. If you want to add a new feature, please create an issue first to describe the new feature, as well as the implementation approach. Once a proposal is accepted, create an implementation of the new features...
Take a look at ourissues listand consider sending a Pull Request todev branch. If you want to add a new feature, please create an issue first to describe the new feature, as well as the implementation approach. Once a proposal is accepted, create an implementation of the new features and...