worker反代Loc完美版,实现免FQ使用,完善了手机版样式

addEventListener('fetch', event => {event.respondWith(handleRequest(event.request));});const TARGET_URL = "https://hostloc.com";const TARGET_URL_REGEXP = /hostloc\.com/g;const TARGET_HOSTNAME = new URL(TARGET_URL).hostname;const handleRequest = async request => {const url = new URL(request.url...

人均反代 LOC 之使用 nginx 反向代理 hostloc.com

其实很久之前就分享过,不过最近看到一个支持手机适应的反代站,不错,抄过来。 https://hostloc.ir 没什么复杂的,直接给出 nginx 配置,使用sub_filter替换,根本用不上以前说过的第三方模块subs_filter server {listen 80;listen [::]:80;server_name hostloc.eu.org;#SSL Configurationlisten 443 ssl;listen [::]:443 ssl;ssl_certificate /ssl/hostloc.eu.org.crt;ssl_certificate_key /ssl/ho...

chatgpt站点分享一波

http://mistyiko.cn:3002 https://royaltychat.xyz http://43.156.126.142 https://ai.abnernas.top http://43.159.56.65:3002 http://107.173.111.29:3002 http://165.154.135.67 https://170.178.196.20 https://www.starrnight.party http://49.234.58.188:3002 https://47.94.132.252 https://23.94.25.108 http://43.1...

全面转向classcms,博客从自写程序转到classcms

全面转向classcms,博客从自写程序转到classcms,因为以前用的是文本数据库,所以迁移过程是采集数据导入的,日期可能显示不对了,也没多少内容,先这样把,日期不对就算了。classcms基本需求都能满足,只要自己会用,什么系统都可以搭建,现在还差支付对接,会员功能加强。奥特曼太忙了,有时间我慢慢扩展起来,用了自己写的几个插件,感觉速度飞起,加油!奥特曼,爱之易都很热心的,希望一起把classcms做大做强!...

php opcode vld,php用vld查看opcode代码

首先是安装vld:pecl.php.net/package/vld win的下载地址:pecl.php.net/package/vld/0.12.0/windows 这个安装过程自己不会就去百度下了,不在这里详细讲了 新建一个test.php ##### $a=1; echo $a; echo $a+1; ########## 在命令行执行:php -dvld.active=1 -dvld.execute=0 test.php 得到下边的结果: Finding entry points Branch analysis from position: 0 Return found filename...