Bill Cipher Keyboard
{ + Name string `proxy:"name"` + Server string `proxy:"server"` + Port int `proxy:"port"` + Password string `proxy:"password"` + Cipher string `proxy:"cipher"` + Plugin string `proxy:"plugin,omitempty"` + PluginOpts map[string]interface{} `proxy:"plugin-opts,omitempty"` + + /...