mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Add line wrap to NewBrokerChannelWithUTlsSettings
This commit is contained in:
parent
f525490032
commit
e3aeb5fe5b
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ func NewBrokerChannel(broker, ampCache, front string, keepLocalAddresses bool) (
|
|||
// NewBrokerChannelWithUTlsSettings construct a new BrokerChannel, where:
|
||||
// |broker| is the full URL of the facilitating program which assigns proxies
|
||||
// to clients, and |front| is the option fronting domain.
|
||||
func NewBrokerChannelWithUTlsSettings(broker, ampCache, front string, keepLocalAddresses bool, utlsClientID string, removeSNI bool) (*BrokerChannel, error) {
|
||||
func NewBrokerChannelWithUTlsSettings(broker, ampCache, front string, keepLocalAddresses bool,
|
||||
utlsClientID string, removeSNI bool) (*BrokerChannel, error) {
|
||||
log.Println("Rendezvous using Broker at:", broker)
|
||||
if ampCache != "" {
|
||||
log.Println("Through AMP cache at:", ampCache)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue