log statement

debug-remodel-tor-same-port
Daniel Karzel 3 years ago
parent e245d0dc2d
commit e6818f9dee
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

@ -83,6 +83,9 @@ impl AuthenticatedConnectionExt for AuthenticatedConn<tokio::net::TcpStream, Asy
onion_port: u16, onion_port: u16,
local_port: u16, local_port: u16,
) -> Result<(), Error> { ) -> Result<(), Error> {
println!("Setting up ephermeral service, onion port {}, local port {}", onion_port, local_port);
self.add_onion_v3( self.add_onion_v3(
&key, &key,
false, false,

Loading…
Cancel
Save