-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathr1.yaml
54 lines (43 loc) · 1.01 KB
/
r1.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
# mainly autogenerated by running
# ziti create config router edge --routerName "r1"
v: 3
identity:
cert: "./r1.cert"
server_cert: "./r1.server.chain.cert"
key: "./r1.key"
ca: "./r1.cas"
ctrl:
endpoint: tls:127.0.0.1:6262
link:
dialers:
- binding: transport
listeners:
# bindings of edge and tunnel requires an "edge" section below
- binding: edge
address: tls:0.0.0.0:13022
options:
advertise: r1.some.domain:13022
connectTimeoutMs: 5000
getSessionTimeout: 60
- binding: tunnel
options:
mode: host #tproxy|host
edge:
csr:
country: US
province: LA
locality: Los Angeles
organization: MyBestOrg
organizationalUnit: Openziti Public Edge Router
sans:
dns:
- localhost
- r1.some.domain
ip:
- "127.0.0.1"
forwarder:
latencyProbeInterval: 0
xgressDialQueueLength: 1000
xgressDialWorkerCount: 128
linkDialQueueLength: 1000
linkDialWorkerCount: 32