折腾啥

  1. #Android 🐒 上使用本地版 #Sub-Store更新: 查看最新版教程———-# termux 中pkg install node gitnpm i -g pnpmpnpm setuppnpm i -g pm2# 日志插件pm2 install pm2-logrotatecd ~git clone

    #Android 🐒 上使用本地版 #Sub-Store


    更新: 查看最新版教程


    ———-

    # termux 中

    pkg install node git

    npm i -g pnpm

    pnpm setup

    pnpm i -g pm2

    # 日志插件
    pm2 install pm2-logrotate
    cd ~
    git clone https://github.com/sub-store-org/Sub-Store.git
    cd Sub-Store/backend
    pnpm i
    pnpm build
    # 后端
    pm2 start "npm run serve" --name sub-store-backend
    # 日志
    # pm2 logs sub-store-backend

    cd ~
    git clone https://github.com/sub-store-org/Sub-Store-Front-End.git
    cd Sub-Store-Front-End
    pnpm i

    # 编辑 .env.development 的最后一行为 VITE_API_URL = 'http://127.0.0.1:3000'
    # 偷懒了 开发模式
    pm2 start "npm run dev" --name sub-store-frontend
    # 日志
    # pm2 logs sub-store-frontend

    pm2 save

    # 打开 http://127.0.0.1:8888

    🔚

    求个 ⭐️ https://github.com/sub-store-org/Sub-Store

    • 👍15
    • ❤️1
    • 🎉1
  2. Apple 的量子科技

    Apple 的量子科技 https://vxtwitter.com/xream/status/1580384860585496578

    • 👍2
  3. Hacker News
    iOS allows DNS request to escape the VPN tunnel https://twitter.com/mysk_co/status/1579997801047822336
    https://vxtwitter.com/mysk_co/status/1580143348135829504 Mysk 🇨🇦🇩🇪 (@mysk_co)

    • 👍2
  4. iOS allows DNS request to escape the VPN tunnel

    Forwarded from Hacker News (yahnc_bot)
    iOS allows DNS request to escape the VPN tunnel https://twitter.com/mysk_co/status/1579997801047822336 Twitter

    • 👍1
  5. 配合订阅/节点无脑走代理 真香 适合懒得自己配的人🐶

    配合订阅/节点无脑走代理 真香 适合懒得自己配的人🐶 https://github.com/mzz2017/gg GitHub - daeuniverse/gg: 一个支持节点与订阅链接的 Linux 命令行代理工具 | A command-line tool for one-click proxy in your research and development…

    • 👍3
  6. 无聊魔改 v2ray-0.9.4 magisk 为 clash 版Update: 2022-10-07_19-22-49写错了一个说明 关闭 tproxy 是删掉 tproxy-port 那一行 🐶---听说无跳点大概能用 有问题自己改 不要问我大概能用 有问题自己改 不要问我大概能用 有问题自己改 不要问我

    无聊魔改 v2ray-0.9.4 magisk 为 clash 版

    Update: 2022-10-07_19-22-49

    写错了一个说明 关闭 tproxy 是删掉 tproxy-port 那一行 🐶

    ---

    听说无跳点

    大概能用 有问题自己改 不要问我

    大概能用 有问题自己改 不要问我

    大概能用 有问题自己改 不要问我
    大概能用 有问题自己改 不要问我.zip
    14 MB

    • 👍8
  7. #Sub-Store 服务器版(压缩包里内容已过期)🆕 2023-02-23自建和白嫖教程看

    #Sub-Store 服务器版(压缩包里内容已过期)

    🆕 2023-02-23

    自建和白嫖教程看 https://t.me/zhetengsha_group/116418/224836

    🆕 2023-02-22

    直接看这段:

    官方后端缓存没处理 用这个:
    下载 https://t.me/zhetengsha_group/130215?thread=116418
    直接启动
    node sub-store.min.js
    或 用 pm2 启动

    然后用 nginx 反代 实现 https://your-sub-store-api.com/paaaaaath -> 127.0.0.1:3000

    然后 https://sub-store-xream.pages.dev?api=https://your-sub-store-api.com/paaaaaathhttps://sub-store.zhetengsha.eu.org?api=https://your-sub-store-api.com/paaaaaath 即可

    🔚
    —-—-—-—-

    如果不想部署前端 可按教程部署后端后, 使用通用前端: https://t.me/zhetengsha_group/68920

    前置知识:

    1. Nginx 的简单配置: root 和 proxy_pass

    2. Node.js, pnpm 和 pm2 的简单使用
    sub-store 服务器版说明.zip
    3.8 KB

    • 👍5
  8. 转一个固定热点机IP的方法固定IP后, 可在连接热点机网络的设备上使用

    转一个固定热点机IP的方法

    固定IP后, 可在连接热点机网络的设备上使用

    http://192.168.43.1:9090/ui/?hostname=192.168.43.1&port=9090&theme=auto&secret=密码

    一键打开面板

    查看 👉🏻: https://t.me/kidneykiller/119

    • 👍6
    • ❤️1
    • 😁1
  9. #UDP #UDP测试代理 UDP 测试小工具1. 修改 server.js 里的端口在服务器上启动 node server.js2. 修改 client.js 里的服务器IP和端口在本地启动 node client.js如截图所示, 如果打印的IP为代理的落地IP, 表示此次UDP请求通过代理完成了

    #UDP #UDP测试

    代理 UDP 测试小工具

    1. 修改 server.js 里的端口
    在服务器上启动 node server.js

    2. 修改 client.js 里的服务器IP和端口
    在本地启动 node client.js

    如截图所示, 如果打印的IP为代理的落地IP, 表示此次UDP请求通过代理完成了

    • 👍1
    • 😁1