update some dialer stuff
This commit is contained in:
parent
89fc9966c2
commit
1d0ec2a110
3 changed files with 13 additions and 1 deletions
|
@ -59,6 +59,7 @@ func (m Manager) DialI2P(ctx context.Context, addr string) (*sam3.SAMConn, error
|
|||
}
|
||||
|
||||
func (m Manager) Dial(ctx context.Context, network, addr string) (net.Conn, error) {
|
||||
log.Println("Dialing:", network, addr)
|
||||
return m.DialI2P(ctx, addr)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue