init
This commit is contained in:
22
back/examples/config-2.yaml
Normal file
22
back/examples/config-2.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
path: /home/su/projects/articles/embed-gui-article/back/examples/config.yaml
|
||||
targets:
|
||||
- host: "192.168.1.100"
|
||||
ports: [1000, 2000, 3000]
|
||||
protocol: "tcp"
|
||||
delay: "1s"
|
||||
wait_connection: false
|
||||
gateway: ""
|
||||
|
||||
- host: "10.0.0.50"
|
||||
ports: [5000, 6000, 7000, 8000]
|
||||
protocol: "udp"
|
||||
delay: "500ms"
|
||||
wait_connection: false
|
||||
gateway: "192.168.1.1"
|
||||
|
||||
- host: "example.com"
|
||||
ports: [22, 80, 443]
|
||||
protocol: "tcp"
|
||||
delay: "2s"
|
||||
wait_connection: false
|
||||
gateway: "10.0.0.1:8080"
|
Reference in New Issue
Block a user