Commit graph

7 commits

Author SHA1 Message Date
Caleb Doxsey
d373a54698
backport 2593 and 2594 to 0.15 (#2598)
* tcptunnel: force the use of HTTP/1.1 during ALPN

* remove unused code

* authclient: clone TLS configuration to prevent overriding NextProtos
2021-09-15 10:21:40 -06:00
Hugo Blom
2806b67bee
drop tun.cfg.dstHost from jwtCacheKey (#2115) 2021-04-22 11:50:37 -06:00
wasaga
e0c09a0998
log context (#2107) 2021-04-22 10:58:13 -04:00
Caleb Doxsey
4f0ce4bc82
fix coverage (#1741)
* fix coverage

* fix data races
2021-01-06 08:30:38 -07:00
Caleb Doxsey
672b9c7a72
remove :443 or :80 from proxy URLs in authclient (#1733)
* remove :443 or :80 from proxy URLs in authclient

* handle buffered bytes
2021-01-04 16:06:24 -07:00
Caleb Doxsey
5b18527fee
tcptunnel: handle invalid http response codes (#1727) 2020-12-30 08:00:39 -07:00
Caleb Doxsey
61ab4e4837
TCP client command (#1696)
* add cli commands

* add jwt cache test

* add tcptunnel test

* add stdin/stdout support

* use cryptutil hash function

* doc updates

* fix log timestamp
2020-12-17 12:37:28 -07:00