forked from DGNum/infrastructure
fix(reaction): Use the correct netbird space
This commit is contained in:
parent
fd0aeacff4
commit
fe9c71f37e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in
|
||||||
ignoreregex = map mkV4 [
|
ignoreregex = map mkV4 [
|
||||||
"10" # Legacy wireguard
|
"10" # Legacy wireguard
|
||||||
"129.199" # ENS
|
"129.199" # ENS
|
||||||
"100.76" # Netbird internal
|
"100.80" # Netbird internal
|
||||||
];
|
];
|
||||||
|
|
||||||
ignore = [
|
ignore = [
|
||||||
|
|
Loading…
Reference in a new issue