-
Notifications
You must be signed in to change notification settings - Fork 0
/
edge-configuration.yaml
61 lines (58 loc) · 1.31 KB
/
edge-configuration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# DNS TAPIR Edge Configuration schema version 1
$schema: http://json-schema.org/schema#
type: object
additionalProperties: True
properties:
tagged_well_known_domains:
object: array
items:
$ref: '#/$defs/tagged_well_known_domains'
truncated_domains:
$ref: '#/$defs/truncated_domains'
intelligence_feed:
$ref: '#/$defs/intelligence_feed'
$defs:
tagged_well_known_domains:
description: Tagged Well Known Domain (TWKD)
type: object
required:
- location
- format
properties:
location:
type: string
format: uri
format:
type: string
enum:
- DAWGv1
domain_wildcard:
description: Match *.example.com
type: bool
domain_suffix:
type: bool
description: Match example.com or .example.com
truncated_domains:
description: Truncated Domain Wildcard List (TDWL)
type: object
required:
- location
- format
properties:
location:
type: string
format: uri
format:
type: string
enum:
- TAPIRv1
intelligence_feed:
description: Intellegence Feed
type: object
required:
- location
properties:
location:
type: string
format: uri
example: mqtts://example.com/feed/me