cloudflared-mirror/cmd/cloudflared/tunnel
Ashcon Partovi 43babbc2f9 Fix "happy eyeballs" not being disabled since Golang 1.12 upgrade
* The Dialer.DualStack setting is now ignored and deprecated; RFC 6555 Fast Fallback ("Happy Eyeballs") is now enabled by default. To disable, set Dialer.FallbackDelay to a negative value.
2019-11-25 17:54:20 +00:00
..
cmd.go Add db-connect, a SQL over HTTPS server 2019-11-12 20:34:39 +00:00
cmd_test.go TUN-1669: Update license message in help text. Also fix test 2019-04-18 10:42:48 -05:00
configuration.go Fix "happy eyeballs" not being disabled since Golang 1.12 upgrade 2019-11-25 17:54:20 +00:00
configuration_test.go TUN-1196: Allow TLS config client CA and root CA to be constructed from multiple certificates 2018-11-19 15:38:10 -06:00
logger.go TUN-1880: Save debug and warn level log to logfile 2019-05-22 11:05:24 -05:00
login.go TUN-2201: change SRV records used by cloudflared 2019-09-06 15:01:58 +00:00
server.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
signal.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
signal_test.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
tag.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
tag_test.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00