rathole/examples
sunmy2019 4ac53a5a39
feat: optional rustls support (#330)
* initial implementation of rustls support

* Refactor create_self_signed_cert.sh script

* resolve lint errors

* Fix handling of Option in tls.rs

* Update cargo-hack check command and feature dependencies

* fix missing point

* Add conditional check to skip test if client or server is not enabled

* clean up things

* fix for windows CI

* try fixing Windows CI

* Update src/main.rs

* Update src/transport/websocket.rs

* add missing messages

* split the tls mod

Co-authored-by: Ning Sun <n@sunng.info>
2024-02-18 17:17:17 +08:00
..
iperf3 docs: add iperf3 example 2021-12-23 19:01:42 +08:00
minimal test: add tests for config parsing and examples 2021-12-19 18:02:51 +08:00
noise_nk feat: add noise protocol support 2021-12-24 22:01:54 +08:00
systemd docs: non root user with systemd (#269) 2023-07-07 18:57:26 +08:00
tls feat: optional rustls support (#330) 2024-02-18 17:17:17 +08:00
udp feat: UDP support 2021-12-23 19:01:42 +08:00
unified test: add tests for config parsing and examples 2021-12-19 18:02:51 +08:00
use_proxy feat: support SOCKS5 and HTTP proxy (#135) 2022-03-08 23:25:51 +08:00