fix(config): Fix schema and example config for new ICE interface filters options

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2025-03-22 10:57:23 +01:00
parent a7360cccb0
commit f748a9fabb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: ""
+1 -1
View File
@@ -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