From c8c3dcb1309fe03423408a596206b0048f88a9eb Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 18 Jun 2025 03:25:28 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2025-06-18) --- pkg/dist/service_types.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 1501e77..67228c9 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -900,6 +900,11 @@ clickhouse: minimum: 0 maximum: 59 example: "30" + enable_ipv6: + title: Enable IPv6 + description: Register AAAA DNS records for the service, and allow IPv6 packets to service ports + type: boolean + example: true ip_filter: title: IP filter description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'