Zhyon
Zhyon
我觉得1200比较合适
~/server/www/assets/index_v3.html
> > 手动配置Xray入站 > > 请问如何配置呢?这个部分不是由 airu 从 API 自动添加的吗? - Route:client->xray:443[tfo-in]->xray[direct-out]->au10084->xray10085[api]->xray[raw-in]->xray[direct-out] ``` //Xray server config.json { "inbouds": [ { "listen": "127.0.0.1", "port": 443, "protocol": "dokodemo-door", "settings": { "address": "127.0.0.1",...
> using hysteriaplugin v 1.3.0 and sagernet 0.8.1 rc 02 i have libhysteria exists too fast (exit code: 1) error Use [0.8.1-rc03](https://github.com/SagerNet/SagerNet/releases/tag/0.8.1-rc03) can solver this error
Hi, I tried to patch Douyin which the version is 26.0.0 I run the cmd: ` python patch_apk.py -i douyin.apk -o douyin-patched.apk`, The last log was `Sucessful. Patched file at:...
> Hi, I tried to patch Douyin which the version is 26.0.0 I run the cmd: ` python patch_apk.py -i douyin.apk -o douyin-patched.apk`, The last log was `Sucessful. Patched file...
> > > Hi, I tried to patch Douyin which the version is 26.0.0 I run the cmd: ` python patch_apk.py -i douyin.apk -o douyin-patched.apk`, The last log was `Sucessful....
> > android 12 ,magisk 24 is ok downzip https://github.com/azio7/movecert/tree/b36b14e8791756c3a55091c98f13d77d55555f99 > > Can you give me this zip ?, Thank you [movecert-1.9.zip](https://github.com/Magisk-Modules-Repo/movecert/files/8473364/movecert-1.9.zip) enjoy
> Hi: here is my nginx.conf: > > ```nginx > location = /redis2 { > internal; > redis2_query auth "mypwd"; > redis2_raw_queries $args $echo_request_body; > redis2_pass 127.0.0.1:6379; > } >...
Complete example: nginx.conf file: ```Nginx load_module modules/ngx_http_js_module.so; load_module modules/ngx_http_redis2_module.so; stream { upstream redis { server 127.0.0.1:6379; } server { listen 1024; proxy_connect_timeout 10s; proxy_timeout 30s; proxy_pass redis; } } http...