From 62670483c1e1ea21bbac80ab56eb7033f42c142b Mon Sep 17 00:00:00 2001 From: Rasmus Thorslund Date: Tue, 14 Jan 2025 16:07:18 +0100 Subject: [PATCH] changed nft rules for proxysql --- manifests/proxysql.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/proxysql.pp b/manifests/proxysql.pp index c75edeb..57298db 100644 --- a/manifests/proxysql.pp +++ b/manifests/proxysql.pp @@ -79,7 +79,7 @@ class sunetdrive::proxysql ( iif => 'ens3', } sunet::nftables::docker_expose { 'proxysql': - allow_clients => ['any'], + allow_clients => $nextcloud_ip, port => 6032, iif => 'ens3', }