gns3-server/scripts/gns3_server.conf
YueGuobin 540e1c5678
config: set marker_listen_port default to 3070 and document in config templates
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.
2026-07-16 00:39:51 +08:00

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