richiewu 最近的时间轴更新
richiewu

richiewu

V2EX 第 29854 号会员,加入于 2012-11-22 16:18:55 +08:00
今日活跃度排名 30121
richiewu 最近回复了
@ipwx mac 香在哪里,好多用顺手的工具都没有,随便找个工具都要花钱买,当然花钱的肯定不一样,不能说香啊
52 天前
回复了 richiewu 创建的主题 宽带症候群 taiscale 正确访问姿势是什么样的
应该是连上后就会走直连了,ping 不一样

tailscale funnel 在国内域名解析失败,然后偶发成功速度很慢,有解吗?
有个需求没说清楚,手机电脑各自有代理工具
主要是兼顾家里没有装代理工具的,可以切换一下网关就科学,所以是否需要 wireguard 和 openwrt 来配合?
@SuzutsukiKaede 服务端可以添加订阅吗?在配置文件里配置?
@bbroot 用 nas 跑旁路由就行了,不想折腾路由器
cfw 死活不生效,clash verge 又之支持脚本模式,好不容易搞通了

// Define main function (script entry)
const prependRules = [
'IP-CIDR,192.168.0.0/24,V2Fly',
];

const appendProxies = [
{
name: 'V2Fly',
type: 'vmess',
server: 'domain',
port: 'port',
uuid: 'xxx',
alterId: '0',
cipher: 'auto',
}
];

function main(config) {
config['rules'] = [...prependRules,...config['rules']];
config['proxies'] = [...appendProxies,...config['proxies']];
return config;
}
我订阅规则里有 192.168.0.0/16 DIRECT


cfw 开启了 mixin ,这样配置:
mixin: # object
append-proxies:
- name: V2Fly
type: vmess
server: xxx
port: "9999"
uuid: xxx
alterId: "0"
cipher: auto
prepend-rules:
- IP-CIDR,192.168.0.0/24,V2Fly,no-resolve

但是看日志还是用的订阅规则,mixin 不生效,哪里有问题
@Goooooos
@78786381
我用的 clash for win ,哪里有这个配置界面?
@Goooooos

mixin: # object
append-proxy:
-name: "V2Fly"
prepend-rules:
- IP-CIDR,192.168.0.0/24,V2Fly,no-resolve

我这样配置的,如何指定用哪个节点代理呢,name 后的名称匹配?
78 天前
回复了 BenjaminNL 创建的主题 Python anaconda 商业收费,有什么替代品吗?
相同架构可以直接复制 envs 下的文件夹到目标环境,我就是这么干的
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1453 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 17:14 · PVG 01:14 · LAX 10:14 · JFK 13:14
Developed with CodeLauncher
♥ Do have faith in what you're doing.