geekvcn

geekvcn

V2EX member #354022, joined on 2018-10-05 23:08:46 +08:00
Today's activity rank 6396
geekvcn's recent replies
Apr 28
Replied to a topic by fightingCode948 程序员 买 mac 还是转 Linux 系统
@zhongjidalao 用 windows 有种类似屎出来但夹不断的感觉
Apr 28
Replied to a topic by fightingCode948 程序员 买 mac 还是转 Linux 系统
@zhongjidalao 现在的 Windows 能让人生理不适
@jones 原生安卓不需要 root 就能支持,国产安卓才需要 root
原生安卓/安卓 root/开放 socks 局域网访问再用 socks 连
@helixcn2022 防火墙先开放 51090 端口,我的配置文件, passwall2 服务端选项,添加自定义配置文件
{
"outbounds": [
{
"protocol": "freedom",
"tag": "home"
},
{
"protocol": "blackhole",
"tag": "blocked"
}
],
"log": {
"access": "none",
"error": "none",
"loglevel": "none",
"dnsLog": false
},
"routing": {
"rules": [
{
"type": "field",
"ip": [
"10.10.10.0\/24 (改成你的内网网段)"
],
"outboundTag": "home"
},
{
"type": "field",
"ip": [
"0.0.0.0/0",
"::/0"(我不需要用家里网访问外网所以屏蔽了)
],
"outboundTag": "blocked"
}
],
"domainStrategy": "IPOnDemand"
},
"inbounds": [
{
"port": 51090,
"protocol": "vmess",
"streamSettings": {
"network": "ws",
"sockopt": {
"acceptProxyProtocol": false,
"tcpFastOpen": true
},
"wsSettings": {
"host": "speedtest.cn",
"path": "\/download"
},
"security": "none"
},
"settings": {
"clients": [
{
"id": "自己生成 UUID"
}
]
}
}
]
}
@helixcn2022 我回家没有任何问题,不清楚你的环境
本地模型没啥用,跑的起的太蠢,不蠢的本地跑成本更高。等 AI 模型相对成熟后 AI ASIC 普及吧
我用的 xray 内核,不过只用了协议以外的部分,协议是自己写的协议,躲过了无数次你们喊拉闸的时期
passwall2 的自带的内核更新有严重缺陷,会更新 pre-release 版本。
手动回退 3.27 或者看最新文档 https://xtls.github.io/config/outbounds/freedom.html 里面 ipsBlocked 字段
和 tun 模式无关最新的 xray 内核 freedom 出口默认屏蔽了所有私有 ip 段,你可以看文档放行私有 ip 段,或者手动回退 3.27 或以前的版本。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2476 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 09:56 · PVG 17:56 · LAX 02:56 · JFK 05:56
♥ Do have faith in what you're doing.