fix(config): Rename "interface_filter" setting

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2025-03-18 08:03:50 +01:00
parent 6a65c49940
commit 598e18c3d9
5 changed files with 11 additions and 11 deletions

View File

@@ -312,10 +312,10 @@ 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_filter: "*"
interface_include: "*"
# A glob(7) pattern to match interfaces against which are ignored when gathering ICE candidates (e.g. \"tun[0-9]\").
ignore_interfaces: ""
interfaces_exclude: ""
# Lite agents do not perform connectivity check and only provide host candidates.
lite: false