AtoiX 由于部分地区启用了selp ip address+private key+routing id绑定的策略,导致新的warp配置连不上一些香港之类的服务器的,请求增加wg保留字段的自定义配置功能配置routing id
AtoiX https://t.me/c/1534345552/13123 这里有一些讨论:“获取 routeid 的方法:用官方 linux 客户端注册,然后查看 /var/lib/cloudflare-warp/conf.json ,里面有个 "routing_id":[x,y,z] 项,其中 xyz 是 10 进制数 先把它们分别转成 2 位 16 进制数,然后拼起来得到一个 6 位 16 进制数”应该就是保留字段的值 有些工具比如singbox已经增加了"reserved": [0, 0, 0],配置可以把routing id转换为保留字段 https://sing-box.sagernet.org/zh/configuration/outbound/wireguard/
AtoiX https://github.com/SagerNet/sing-box/commit/53aacf072d3e237acdb1de44fa43b6585d1b2541 这是sing-box增加的routing id配置功能! 这是worp go群的佬回答的:用 sing-box 的话直接把这三个数填到 reserved 里就是 用 nft 的话,把每个数转成两位的 16 进制,拼成一个 6 位的,然后前面加上 0x,再配合 https://t.me/c/1534345552/10717 用
moremorefun 根据跟新日志 Version 5.3.1 Support for customizing the reserved bits of WireGuard, also known as the client ID or routing ID. ios的TF版本已经支持WireGuard的reserved bits 但是未说明具体配置方式,在手册中也并未更新相关内容 请问如何配置这个字段呢?