We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routing 配置如下
mac('2c:9e:00:7a:26:38') -> direct !mac('2c:9e:00:7a:26:38') -> direct dip(geoip:private) -> direct fallback: proxy
有流量走到 fallback
所有流量都直连,没有走到 fallback 的
使用配置运行 dae 即可
dae --version
cat /etc/os-release
uname -a
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue!
Sorry, something went wrong.
已复现问题
这个问题怎么样了?要是这个有问题基本上pt用户就告别dae了吧,我都是docker的mac一过滤就好了,关键是ip过滤应付不了ipv6啊
这里说的是 !mac 异常而不是 mac(xx.xx.xx.xx) -> xx 异常,所以我想你想针对某个容器的 mac 设置直连的话用 mac(xx.xx.xx.xx) -> direct 就能实现,不用等这个 bug 修复
Successfully merging a pull request may close this issue.
Checks
Current Behavior
routing 配置如下
mac('2c:9e:00:7a:26:38') -> direct
!mac('2c:9e:00:7a:26:38') -> direct
dip(geoip:private) -> direct
fallback: proxy
有流量走到 fallback
Expected Behavior
所有流量都直连,没有走到 fallback 的
Steps to Reproduce
使用配置运行 dae 即可
Environment
dae --version
): daed version 0.4.0rc1cat /etc/os-release
): ImmortalWrt 23.05.0-rc3 r26804-a3639e76d6uname -a
): Linux ImmortalWrt 5.15.120 #0 SMP Mon Jul 24 10:07:07 2023 x86_64 GNU/LinuxAnything else?
No response
The text was updated successfully, but these errors were encountered: