Vercel反代Jsdelivr
据说Vercel免费用户有100G足够我们用来反代jsdelivr了。 根据Vercel的合理政策说明流量100G.无服务器函数执行,构建执行等100小时。 一般我们可以用它托管静态网站,它还支持路由重写功能,因此我们可以实现反代,作为CDN使用。 使用方法需要一个Vercel账号https://vercel.com 安装Nodejshttps://nodejs.org/zh-cn/ 安装Vercel CLI1npm i -g vercel 登录Vercel1vercel login 输入邮箱回车后会发生一封验证邮件,点击邮件中的验证链接,即完成验证,接着回到Vercel CLI的终端,等待终端中提示登录完成。 创建反代配置文件在一个合适的位置(最好新建一个文件夹),新建一个文件,文件名可以随意,我的文件名是jsdelivr.cron.pub.json。 把一下内容复制进去,根据需求进行替换jsdelivr.cron.pub的域名。 123456{ "version": 2, "routes": [ {...
FRP内网穿透
frp 是一个专注于内网穿透的高性能的反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的中转暴露到公网。项目地址|文档地址 下载在 Github 的 Release 页面中下载到最新版本的客户端和服务端二进制文件,所有文件被打包在一个压缩包中。 部署解压缩下载的压缩包,将其中的 frpc 拷贝到内网服务所在的机器上,将 frps 拷贝到具有公网 IP 的机器上,放置在任意目录。 配置frps.ini123456789101112131415161718[common]# frps的ip地址server_addr = 0.0.0.0# frps的端口server_port = 7000# 用于kcp协议的udp端口# kcp_bind_port = 7000# 认证tokentoken = 666666# 日志log_file = ./frpc.loglog_level = infolog_max_days = 30#面板界面dashboard_addr = 0.0.0.0dashboard_port =...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment

