I hereby claim:
- I am jueti on github.
- I am jueti (https://keybase.io/jueti) on keybase.
- I have a public key ASCAClhqN8jglXN-1J3UqCAbByckz40KUycC3F9YSm2kFQo
To claim this, I am signing this object:
202.96.134.133 | |
202.96.128.166 | |
202.96.128.86 |
ntp.ntsc.ac.cn | |
cn.ntp.org.cn | |
edu.ntp.org.cn | |
ntp1.aliyun.com | |
ntp2.aliyun.com | |
ntp3.aliyun.com | |
ntp4.aliyun.com | |
ntp5.aliyun.com | |
ntp6.aliyun.com | |
ntp7.aliyun.com |
;https://gist.githubusercontent.com/jueti/b9136422a3aa771f4ab067f1b670ba2b/raw/config | |
;From: https://github.com/ACL4SSR/ACL4SSR/blob/master/Clash/config/ACL4SSR_Online_Full.ini | |
;Commit: dc433e8 2024年5月10日 | |
[custom] | |
;ruleset=🛑 广告拦截,https://gist.githubusercontent.com/jueti/b9136422a3aa771f4ab067f1b670ba2b/raw/reject | |
ruleset=♻️ 自动选择,https://gist.githubusercontent.com/jueti/b9136422a3aa771f4ab067f1b670ba2b/raw/proxy | |
ruleset=🎯 全球直连,clash-classic:https://gist.githubusercontent.com/jueti/b9136422a3aa771f4ab067f1b670ba2b/raw/direct-payload,3600 | |
ruleset=🇭🇰 香港节点,https://gist.githubusercontent.com/jueti/b9136422a3aa771f4ab067f1b670ba2b/raw/hongkong | |
ruleset=🇸🇬 狮城节点,https://gist.githubusercontent.com/jueti/b9136422a3aa771f4ab067f1b670ba2b/raw/singapore |
||notion.so^ |
I hereby claim:
To claim this, I am signing this object:
@echo off | |
chcp 65001 >nul 2>&1 | |
pushd %~dp0 | |
del *obj *.exe | |
popd |
<!-- autoindex for nginx, see https://phuslu.github.io --> | |
<script> | |
if (this.location.href.slice(-1) === "/") { | |
var website_title = '' | |
var datetime_format = '%d-%b-%Y %H:%M' | |
var show_readme_md = true | |
var max_name_length = 50 | |
var dom = { | |
element: null, |
server { | |
listen 80; | |
server_name localhost; | |
gzip on; | |
gzip_min_length 1k; | |
gzip_comp_level 6; | |
gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; | |
location / { |
server { | |
listen 80; | |
server_name *.frp.jasonyang.xin; | |
location / { | |
resolver 114.114.114.114 8.8.8.8; | |
proxy_pass $scheme://$host:7000; | |
proxy_set_header X-Real-IP $remote_addr; | |
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
server { | |
listen 80; | |
server_name www.jasonyang.xin jasonyang.xin; | |
return 301 https://www.jasonyang.xin$request_uri; | |
} | |
server { | |
listen 443 ssl http2; | |
server_name www.jasonyang.xin jasonyang.xin; | |