mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix(config): Rename "interface_filter" setting
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user