mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -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:
|
// NewBrokerChannelWithUTlsSettings construct a new BrokerChannel, where:
|
||||||
// |broker| is the full URL of the facilitating program which assigns proxies
|
// |broker| is the full URL of the facilitating program which assigns proxies
|
||||||
// to clients, and |front| is the option fronting domain.
|
// 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)
|
log.Println("Rendezvous using Broker at:", broker)
|
||||||
if ampCache != "" {
|
if ampCache != "" {
|
||||||
log.Println("Through AMP cache at:", ampCache)
|
log.Println("Through AMP cache at:", ampCache)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue