Update default snowflake server address

Change snowflake broker test for updated address

Amend DefaultBridges Value

Add Default Fingerprint Info for Snowflake
This commit is contained in:
Shelikhoo 2022-04-11 16:29:08 +01:00
parent 5d7a3766d6
commit c7549d886e
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316
3 changed files with 19 additions and 5 deletions

View file

@ -66,7 +66,8 @@ func (i *IPC) Debug(_ interface{}, response *string) error {
}
func (i *IPC) ProxyPolls(arg messages.Arg, response *[]byte) error {
sid, proxyType, natType, clients, err := messages.DecodeProxyPollRequest(arg.Body)
sid, proxyType, natType, clients, relayPattern, err := messages.DecodeProxyPollRequestWithRelayPrefix(arg.Body)
_ = relayPattern
if err != nil {
return messages.ErrBadRequest
}