changed nft rules for proxysql

This commit is contained in:
Rasmus Thorslund 2025-01-14 16:07:18 +01:00
parent 09ee93515c
commit ebdf6f3b46
No known key found for this signature in database
GPG key ID: 502D33332E9E305D

View file

@ -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',
}