1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

add proxy to sysConfig during connect

This commit is contained in:
tedwardd 2023-06-14 16:17:29 -04:00
parent ba73eba439
commit 1e979d4430

View File

@ -34,6 +34,7 @@ func connectBase() *cobra.Command {
},
Run: func(cmd *cobra.Command, args []string) {
sysConfig = make(map[string]interface{})
sysConfig["proxy"] = ""
sys, err := system.New(sysType, &sysConfig, LOG)
if err != nil {
LOG.Panicln(err)