Ignore tailscale interface in bumblebee traffic

This commit is contained in:
Pavle Portic 2022-02-21 22:57:01 +01:00
parent f7b6ab4b85
commit b238770eda
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ bar {
memory \
-p engine.workspacewheel=False \
traffic.hide_down=True \
traffic.exclude="lo,virbr,docker,vboxnet,veth,br-,cni,flannel,tun,wg" \
traffic.exclude="lo,virbr,docker,vboxnet,veth,br-,cni,flannel,tun,wg,tailscale" \
nic.exclude="lo,virbr,docker,vboxnet,veth,br-,cni,flannel" \
nic.states="^down" \
cpu2.layout="cpu2.coresload" \