能否根据程序来分流?
#859
Replies: 1 comment
-
使用特定组运行应用,或者使用cgroups控制进程分组,再使用iptables的-m owner --uid-owner myappuser -j MARK来实现。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题阐释
有没有什么办法实现根据程序来进行分流,比如程序A发起的所有DNS查询请求都转发到远程DNS。
Beta Was this translation helpful? Give feedback.
All reactions