From 7010baccee8f9e9bebf7ba7fc180ab7af2506750 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 4 Mar 2026 16:35:26 +0800 Subject: [PATCH] Add enable_http_auth in gns3_server.conf sample --- gns3server/config_samples/gns3_server.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gns3server/config_samples/gns3_server.conf b/gns3server/config_samples/gns3_server.conf index 0a99ea338..92142bab5 100644 --- a/gns3server/config_samples/gns3_server.conf +++ b/gns3server/config_samples/gns3_server.conf @@ -91,6 +91,9 @@ udp_end_port_range = 30000 ; uBridge executable location, default: search in PATH ;ubridge_path = ubridge +; Option to enable or disable compute HTTP authentication +enable_http_auth = True + ; Username for compute HTTP authentication, "gns3" is the default if not specified compute_username = gns3 ; Password for compute HTTP authentication, a randomly generated password is used if not specified