|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
着急联系我?你可以在这里直接联系我 https://datao2233.mysxl.cn/
邮件测试文字
友联已加
貌似友链界面那个上线啦留言板挂了 😀
尝试发送,但是一直转圈
保险起见,这里也发一遍友链申请(
**我的信息:**
名称:DuckXu’s Site
简介:duckxu’s internet home
地址:https://duckxu.com
图片:https://media.duckxu.com/blogfiles/public/iduckxucom.jpg
*您可以通过这个邮箱联系我:scduckxu@yeah.net*
gsRBRBWEREBN
WGHAEHEAJHAERHJH
https://fby.aglaosp.top/
t03IY_vs-bZ8cvbkbXrDOYGEpMoX2Iq0xWEXkrZC62J_Rxjir-iPDEIFZaRbuyWHy7GmNnZdt4kkqkbfLcxxsyrqH93sVScVmc1MGkmbBQgjcIxUKsCwsbgRIwcWLol9N3lowyRGfHQi8HljiMO607Pj8ZCZeXjLfIZIKJ6a1YmhtW54pGtMpvuHZ4-SOtXjAO8xliqNJtqLGY*
https://ssl.captcha.qq.com/template/wireless_mqq_captcha.html?style=simple&aid=16&uin=2660782477&sid=5592642239680689039&cap_cd=1YWaS-mlIurXxVbbRQmlOITj3MS-ixG_hsKl-1pEH0KNIG_tUx9
8FQ**&clientype=1&apptype=2
t03xh6pc-CQ_EC9xTOmkbor4Y8wNSUlS1jCYe5_FC9hLsTX-bNwl1DnAGNmX0OKpI2ovdTi-s0uUAbXyL7j7aTr1gYR8gjfdfX1CEVAO9WQOWAThLG3Qnt-4LYIairgRCAodPPiGxTMFLNhL_t3_bVG01VS0qNTvgQARSftLbat7-NjmtAjPE_pqwO3ERvDEuY7IXFmXg1oysQ*
https://ssl.captcha.qq.com/template/wireless_mqq_captcha.html?style=simple&aid=16&uin=2660782477&sid=5730727495536423439&cap_cd=LW5MqkMWEgtHiWCfY1xnQGqIgrllwtOx0sAKGFpI4WBTwuKcdd8
TYQ**&clientype=1&apptype=2
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
worker_connections 1024;
}
http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
include /etc/nginx/mime.types;
default_type application/octet-stream;
gzip on;
server {
listen 443 ssl;
server_name nicename.co; #你的域名
ssl_certificate /etc/x-ui/server.crt; #证书位置
ssl_certificate_key /etc/x-ui/server.key; #私钥位置
ssl_session_timeout 1d;
ssl_session_cache shared:MozSSL:10m;
ssl_session_tickets off;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers off;
location / {
proxy_pass https://bing.com; #伪装网址
proxy_redirect off;
proxy_ssl_server_name on;
sub_filter_once off;
sub_filter “bing.com” $server_name;
proxy_set_header Host “bing.com”;
proxy_set_header Referer $http_referer;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header User-Agent $http_user_agent;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Accept-Encoding “”;
proxy_set_header Accept-Language “zh-CN”;
}
location /ray { #分流路径
proxy_redirect off;
proxy_pass http://127.0.0.1:10000; #Xray端口
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /xui { #xui路径
proxy_redirect off;
proxy_pass http://127.0.0.1:9999; #xui监听端口
proxy_http_version 1.1;
proxy_set_header Host $host;
}
}
server {
listen 80;
location /.well-known/ {
root /var/www/html;
}
location / {
rewrite ^(.*)$ https://$host$1 permanent;
}
}
}
wget -qO- bench.sh | bash
拜DJ寺庙,上赛博西天,见机甲佛祖,与AI菩萨并肩,取PDF真经,共享网络云盘,娶初音未来
我被人掐住了脖子快晕过去了,周围人都急了,有的说要给我输氧,有的说要放血疗,有人说要跳大神驱邪,但就是没人把手松开
见义勇为要坐牢
良心做事会被罚
雪中送炭还违法
这是快手浏览器测试评论
你好,我的头像接口换了https://api.datao2233.top/img/mytx.png可以改一下不
等下,wp挂了现在在等
添加好了~
https://v.kuaishou.com/pABzKe
仍记当年幼时,十里菜花之战,吾一人独战十万菜花将士,尽乎全斩,奈何吾父出手阻止,绑于院外老树上,鞭数十。此战之后,道心破碎,再无征战之心。
你这博客咋感觉没啥内容呀
不知道发啥,也就懒得发了
敬之,吾校吾师生,吾放浪行骸,而不自知,仰愧于天,俯愧于地,忠义有辱师门之赫赫声望,吾之过,深悔意,却然,吾自省无己身,兴勿为过,无一怨,不任其纠,望诸君,共勉之
她的蝴蝶久经沙场,你的短剑崭新出场!拿破仑曾说过第一个进去的士兵头上是带着血出来的,莎士比亚也说过当你能轻松进入的时候,不是因为你厉害,而是有前辈为你拓宽了道路