mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Change the marker UDP sink default from port=0 (OS-chosen) to 3070 for predictable firewall/debugging/monitoring. Add marker_listen_host and marker_listen_port with documentation to config_samples/gns3_server.conf and scripts/gns3_server.conf.
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
[Server]
|
|
compute_username = gns3
|
|
compute_password = gns3
|
|
skills_repo_url = https://github.com/yueguobin/GNS3-Skills.git
|
|
skills_repo_branch = main
|
|
skills_auto_update = false
|
|
|
|
; Marker (traffic-insight) UDP sink port for uBridge MARK signals
|
|
; Set to 0 for OS-chosen port
|
|
marker_listen_port = 3070
|