modules/wireguard: exclude tbank.ru
This commit is contained in:
parent
a501f2ea16
commit
fe3043c6a4
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ let
|
||||||
addrsViaDefaultInterface = [
|
addrsViaDefaultInterface = [
|
||||||
# cache.nixos.org
|
# cache.nixos.org
|
||||||
"151.101.86.217/32"
|
"151.101.86.217/32"
|
||||||
|
# tbank.ru
|
||||||
|
"178.248.236.218/32"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue