Skip to content

Commit 3abd99c

Browse files
authored
Print reverse proxy reminder in v1 CLI (#1255)
2 parents deeb484 + b5c0006 commit 3abd99c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

payjoin-cli/src/app/v1.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ impl App {
152152
"Listening at {}. Configured to accept payjoin at BIP 21 Payjoin Uri:",
153153
listener.local_addr()?
154154
);
155+
156+
#[cfg(not(feature = "_manual-tls"))]
157+
println!(
158+
"Make sure to configure a reverse proxy to handle TLS termination for the listener"
159+
);
160+
155161
println!("{pj_uri_string}");
156162

157163
let app = self.clone();

0 commit comments

Comments
 (0)