mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-27 05:06:02 +08:00
fix(config): Add new "interfaces_exclude" setting to config schema
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -463,8 +463,8 @@ $defs:
|
|||||||
type: string
|
type: string
|
||||||
enum: [host, srflx, prflx, relay]
|
enum: [host, srflx, prflx, relay]
|
||||||
|
|
||||||
interface_filter:
|
interfaces_include:
|
||||||
title: Interface Filter
|
title: Include Interface Filter
|
||||||
description: |
|
description: |
|
||||||
A [glob(7)](https://manpages.debian.org/bookworm/manpages/glob.7.en.html) pattern to match interfaces against which are used to gather ICE candidates (e.g. `eth[0-9]`).
|
A [glob(7)](https://manpages.debian.org/bookworm/manpages/glob.7.en.html) pattern to match interfaces against which are used to gather ICE candidates (e.g. `eth[0-9]`).
|
||||||
type: string
|
type: string
|
||||||
@@ -473,6 +473,16 @@ $defs:
|
|||||||
- eth*
|
- eth*
|
||||||
- wlan0
|
- wlan0
|
||||||
|
|
||||||
|
interfaces_exclude:
|
||||||
|
title: Exclude Interface Filter
|
||||||
|
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: "*"
|
||||||
|
examples:
|
||||||
|
- eth*
|
||||||
|
- wlan0
|
||||||
|
|
||||||
lite:
|
lite:
|
||||||
title: Lite Agent
|
title: Lite Agent
|
||||||
description: |
|
description: |
|
||||||
|
Reference in New Issue
Block a user