gns3 deploy initial repo

This commit is contained in:
2026-05-28 06:56:46 -07:00
commit d1ca7c6692
17 changed files with 4652 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
${_DEPLOY_MARKER_}
[Server]
host = ${_listen_host}
port = ${_GNS3_PORT_}
images_path = ${_GNS3_HOME_}/images
projects_path = ${_GNS3_HOME_}/projects
appliances_path = ${_GNS3_HOME_}/appliances
configs_path = ${_GNS3_HOME_}/configs
report_errors = True
[Qemu]
enable_hardware_acceleration = ${_hw_accel}
require_hardware_acceleration = ${_hw_accel}