Skip to content

Commit 0c21ea0

Browse files
committed
Add TLS support for the forwarder
This commit configures noteguard and dependencies to be built with TLS support, to allow it to forward notes to TLS-enabled relays. Signed-off-by: Daniel D’Aquino <[email protected]> Closes: damus-io#13
1 parent 8e1bb03 commit 0c21ea0

File tree

2 files changed

+219
-1
lines changed

2 files changed

+219
-1
lines changed

Cargo.lock

+218
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde_json = "1.0"
1212
toml = "0.5"
1313

1414
# forwarder deps
15-
tokio-tungstenite = { version = "0.23.1", optional = true }
15+
tokio-tungstenite = { version = "0.23.1", optional = true, features = ["native-tls"] }
1616
tokio = { version = "1.38.0", features = ["macros", "time", "sync", "rt-multi-thread"], optional = true }
1717
futures-util = { version = "0.3.30", optional = true }
1818
log = "0.4.22"

0 commit comments

Comments
 (0)