From f748a9fabb50a932f5c980f974856e0d042ffdfb Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 22 Mar 2025 10:57:23 +0100 Subject: [PATCH] fix(config): Fix schema and example config for new ICE interface filters options Signed-off-by: Steffen Vogel --- etc/cunicu.advanced.yaml | 2 +- etc/cunicu.schema.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/cunicu.advanced.yaml b/etc/cunicu.advanced.yaml index 5ef5d395..d330df44 100644 --- a/etc/cunicu.advanced.yaml +++ b/etc/cunicu.advanced.yaml @@ -312,7 +312,7 @@ ice: # candidate_types: [host, srflx, prflx, relay] # A glob(7) pattern to match interfaces against which are used to gather ICE candidates (e.g. \"eth[0-9]\"). - interface_include: "*" + interfaces_include: "*" # A glob(7) pattern to match interfaces against which are ignored when gathering ICE candidates (e.g. \"tun[0-9]\"). interfaces_exclude: "" diff --git a/etc/cunicu.schema.yaml b/etc/cunicu.schema.yaml index bf497b32..0ea697cd 100644 --- a/etc/cunicu.schema.yaml +++ b/etc/cunicu.schema.yaml @@ -478,7 +478,7 @@ $defs: description: | A [glob(7)](https://manpages.debian.org/bookworm/manpages/glob.7.en.html) pattern to match interfaces against which are not used to gather ICE candidates (e.g. `eth[0-9]`). type: string - default: "*" + default: "" examples: - eth* - wlan0