WWW.YOUINFO.SITE
标签聚合 版本

/tag/版本

v2ex · 2026-06-11 19:01:19+08:00 · tech

/ip firewall mangle remove [find] /ip firewall nat remove [find] /ip route remove [find dst-address=0.0.0.0/0] /interface pppoe-client remove [find name=pppoe1] /interface pppoe-client remove [find name=pppoe2] /routing table remove [find name=to-pppoe1] /routing table remove [find name=to-pppoe2] /system scheduler remove [find name=check-pppoe-failover] /interface bridge port remove [find interface=WAN] /interface bridge port remove [find interface=LAN1] /interface bridge port remove [find interface=LAN2] /interface bridge port add bridge=bridge-lan interface=LAN1 /interface bridge port add bridge=bridge-lan interface=LAN2 /ip dns set allow-remote-requests=yes servers=******,****** /interface pppoe-client add name=pppoe1 interface=WAN ac-name="****" user="****" password="****" add-default-route=no use-peer-dns=no disabled=no add name=pppoe2 interface=WAN ac-name="****" user="****" password="****" add-default-route=no use-peer-dns=no disabled=no /ip firewall nat add chain=srcnat out-interface=pppoe1 action=masquerade add chain=srcnat out-interface=pppoe2 action=masquerade /routing table add fib name=to-pppoe1 add fib name=to-pppoe2 /ip firewall mangle add comment=PCC1 chain=prerouting in-interface=bridge-lan connection-mark=no-mark dst-address-type=!local per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=conn-pppoe1 passthrough=yes add comment=PCC2 chain=prerouting in-interface=bridge-lan connection-mark=no-mark dst-address-type=!local per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=conn-pppoe2 passthrough=yes add comment=ROUTE1 chain=prerouting in-interface=bridge-lan connection-mark=conn-pppoe1 action=mark-routing new-routing-mark=to-pppoe1 passthrough=no add comment=ROUTE2 chain=prerouting in-interface=bridge-lan connection-mark=conn-pppoe2 action=mark-routing new-routing-mark=to-pppoe2 passthrough=no /ip route add dst-address=0.0.0.0/0 gateway=pppoe1 routing-table=to-pppoe1 distance=1 add dst-address=0.0.0.0/0 gateway=pppoe2 routing-table=to-pppoe2 distance=1 add dst-address=0.0.0.0/0 gateway=pppoe1 distance=1 add dst-address=0.0.0.0/0 gateway=pppoe2 distance=2 /system scheduler add name=check-pppoe-failover interval=10s on-event=":local p1 [/interface get pppoe1 running]; :local p2 [/interface get pppoe2 running]; :if (\$p1 && \$p2) do={/ip firewall mangle enable [find comment=PCC1]; /ip firewall mangle enable [find comment=PCC2]; /ip firewall mangle enable [find comment=ROUTE1]; /ip firewall mangle enable [find comment=ROUTE2];}; :if (\$p1 && !\$p2) do={/ip firewall mangle enable [find comment=PCC1]; /ip firewall mangle disable [find comment=PCC2]; /ip firewall mangle enable [find comment=ROUTE1]; /ip firewall mangle disable [find comment=ROUTE2];}; :if (!\$p1 && \$p2) do={/ip firewall mangle disable [find comment=PCC1]; /ip firewall mangle enable [find comment=PCC2]; /ip firewall mangle disable [find comment=ROUTE1]; /ip firewall mangle enable [find comment=ROUTE2];};"

LinuxDo 最新话题 · 2026-06-11 10:13:58+08:00 · tech

最近发现最新版本 2.1.158感觉和之前的版本相比,token用的好快呀… 不知道是不是我的错觉,以及结合之前关于 anthropic 似乎对claude code 的定位本身就没打算更好的支持非claude模型,所以会有很多问题,所以我想问下佬们,假如继续使用cc+api的模式,是否有一个稳定的版本,或者老版本比较不易出问题,或者切换到其他工具? claude code 154以上版本接第三方api极其的不稳定,不建议更新 开发调优 154版本的400错误,根据哈雷佬的教程改配置解决了之后用着也没啥问题 然后今天更新156和158后,第三方api变得异常的不稳定。 先是gpt5.5调用工具多次报错失败,deepseek和glm跑子代理跑着就报错了。 然后试了anyrouter的opus4.8,昨天稳了一天,结果今天完全调不明白工具,直接call一堆内容到对话里面来了,一说,他能反应过来搞错了,然后调用成功一次,接着继续犯… Claude Code从 2.1.36版本开始强制让第三方API不能缓存请求内容?真的假的 搞七捻三 Claude Code从 2.1.36版本开始,会在每个API请求的系统提示词开头,加入含随机5位十六进制cch 字段的 x-anthropic-billing-header内容。 由于第三方API将其视为普通提示词计算缓存key, cch每次变化会导致缓存命中率归零,引发 token消耗暴涨、推理变慢。 真不做个人啊。 [Image1779008565042647] 2 个帖子 - 2 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-06-11 08:45:37+08:00 · tech

之前用v3.15.0,codex自定义的供应商可以获取模型,知道这家目前还存活的模型有哪些,选择后还可以测试这个模型是否连通成功。 现在更新到v3.16.2之后,没法获取模型了,这咋知道这家供应商还有哪些模型活着? 比如用公益站,一天死好多次模型,一直在变,想要用就得一直关注他还有哪些模型能用,现在更新后看不了了,该怎么办呢? 1 个帖子 - 1 位参与者 阅读完整话题

LinuxDo 最新话题 · 2026-06-11 00:55:53+08:00 · tech

准备更新到MacOS27 Beta版的用户需要注意,微信可能暂未适配Beta版MacOS,若需要使用微信请谨慎更新到MacOS27 beta版本,等待MacOS 27推出正式版本或者微信更新后再更新 补充: eunrui: 用网页下的不要用appstore的 微信官网的4.1.10版本可用,可以先更新到官网版本 微信为App Store最新版 4.1.9 操作系统为 MacOS 27.0 beta 硬件为 MacBook Air M4 更新系统后微信无法启动…卸载重装后出现如下报错: 日志给GPT分析说是微信本身与当前系统环境的兼容性问题导致 完整日志 Pasted 2026-06-11 at 12.53.56 AM.txt (25.0 KB) 4 个帖子 - 3 位参与者 阅读完整话题

v2ex · 2026-06-10 14:29:19+08:00 · tech

我是 M4 版本的,但我估计 M3 到 M5 应该都差不多 日常就是开多个看盘软件,东财同花顺、富途、TradingView 一起开,再开 Chrome 几十多个标签(其实大部分是冻结的) 明显就会感觉系统卡的不行,尤其是 Mac OS 这个新版富途,单屏没问题,只要开双屏到三屏,活动监视器的 CPU 占用就要干到百分百 有点滤镜破碎的感觉,苹果还能卡? 毕竟我又没用什么吃性能的东西,都是普通办公工具