from -> allow_clients
This commit is contained in:
parent
5f1163e257
commit
dd6e75cc32
|
@ -339,8 +339,8 @@ define sunetdrive::app_type (
|
|||
port => 443,
|
||||
}
|
||||
sunet::nftables::docker_expose { 'https':
|
||||
from => ['any'],
|
||||
port => 443,
|
||||
allow_clients => ['any'],
|
||||
port => 443,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -70,12 +70,12 @@ class sunetdrive::proxysql (
|
|||
port => 6080,
|
||||
}
|
||||
sunet::nftables::docker_expose { 'stats_ports':
|
||||
from => $tug_office,
|
||||
port => 6080,
|
||||
allow_clients => $tug_office,
|
||||
port => 6080,
|
||||
}
|
||||
sunet::nftables::docker_expose { 'proxysql':
|
||||
from => ['any'],
|
||||
port => 6032,
|
||||
allow_clients => ['any'],
|
||||
port => 6032,
|
||||
}
|
||||
|
||||
sunet::docker_compose { 'drive_proxysql_docker_compose':
|
||||
|
|
Loading…
Reference in a new issue