-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.yaml.in
60 lines (53 loc) · 1.23 KB
/
init.yaml.in
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
# © 2024 AO Kaspersky Lab
# Licensed under the MIT License
entities:
- name: example.Client
task: example.Client1
args:
- "dns.google"
- "www.google.com"
connections:
- target: example.NameResolver
id: name_resolver
@INIT_Client_ENTITY_CONNECTIONS+@
- name: example.Client
task: example.Client2
args:
- "linux.org"
- "yandex.com"
connections:
- target: example.NameResolver
id: name_resolver
@INIT_Client_ENTITY_CONNECTIONS+@
- name: example.Client
task: example.Client3
args:
- "os.kaspersky.com"
- "cppreference.com"
- "isocpp.org"
- "localhost"
connections:
- target: example.NameResolver
id: name_resolver
@INIT_Client_ENTITY_CONNECTIONS+@
- name: example.Client
task: example.Client4
args:
- "kaspersky.com"
- "rust-lang.org"
- "some.not.exists.hosthame.neverland"
connections:
- target: example.NameResolver
id: name_resolver
@INIT_Client_ENTITY_CONNECTIONS+@
- name: example.NameResolver
env:
VFS_FILESYSTEM_BACKEND: client:kl.VfsSdCardFs
VFS_NETWORK_BACKEND: client:kl.VfsNet
connections:
- target: kl.VfsNet
id: kl.VfsNet
- target: kl.VfsSdCardFs
id: kl.VfsSdCardFs
@INIT_NameResolver_ENTITY_CONNECTIONS+@
@INIT_EXTERNAL_ENTITIES@