-
Notifications
You must be signed in to change notification settings - Fork 3
/
public-router.yaml
60 lines (49 loc) · 1.27 KB
/
public-router.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
# mainly autogenerated by running
# ziti create config router edge --routerName "public-router"
v: 3
identity:
cert: "./public-router.cert"
server_cert: "./public-router.server.chain.cert"
key: "./public-router.key"
ca: "./public-router.cas"
ctrl:
endpoint: tls:127.0.0.1:6262
link:
dialers:
- binding: transport
listeners:
- binding: transport
bind: tls:0.0.0.0:10080
advertise: tls:public-router.some.domain:10080
options:
outQueueSize: 4
listeners:
# bindings of edge and tunnel requires an "edge" section below
- binding: edge
address: tls:0.0.0.0:3022
options:
advertise: public-router.some.domain:3022
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
- public-router.some.domain
ip:
- "127.0.0.1"
forwarder:
latencyProbeInterval: 0
xgressDialQueueLength: 1000
xgressDialWorkerCount: 128
linkDialQueueLength: 1000
linkDialWorkerCount: 32