mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-02-02 15:07:59 -05:00
Merge pull request #26 from tedwardd/hn_proxy_fix
Fix #16 (connecting to HN)
This commit is contained in:
commit
8d927add42
@ -34,6 +34,7 @@ func connectBase() *cobra.Command {
|
|||||||
},
|
},
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
sysConfig = make(map[string]interface{})
|
sysConfig = make(map[string]interface{})
|
||||||
|
sysConfig["proxy"] = ""
|
||||||
sys, err := system.New(sysType, &sysConfig, LOG)
|
sys, err := system.New(sysType, &sysConfig, LOG)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
LOG.Panicln(err)
|
LOG.Panicln(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user