changed nft rules for proxysql

This commit is contained in:
Rasmus Thorslund 2025-01-14 16:07:18 +01:00 committed by Lars Delhage
parent ace56103fc
commit 62670483c1
Signed by untrusted user: lasse
GPG key ID: 6B250FE35CC876D1

View file

@ -79,7 +79,7 @@ class sunetdrive::proxysql (
iif => 'ens3', iif => 'ens3',
} }
sunet::nftables::docker_expose { 'proxysql': sunet::nftables::docker_expose { 'proxysql':
allow_clients => ['any'], allow_clients => $nextcloud_ip,
port => 6032, port => 6032,
iif => 'ens3', iif => 'ens3',
} }