mirror of
https://github.com/go-i2p/go-meta-listener.git
synced 2025-06-16 05:44:42 -04:00
lol that's what I get for pressing tab
This commit is contained in:
@ -99,7 +99,7 @@ func (ml Mirror) Listen(name, addr, certdir string, hiddenTls bool) (net.Listene
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Println("Onion listener created")
|
||||
log.Println("Onion listener created for port", port)
|
||||
ml.Onions[port] = onion
|
||||
}
|
||||
if ml.Garlics[port] == nil {
|
||||
@ -110,7 +110,7 @@ func (ml Mirror) Listen(name, addr, certdir string, hiddenTls bool) (net.Listene
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Println("Garlic listener created")
|
||||
log.Println("Garlic listener created for port", port)
|
||||
ml.Garlics[port] = garlic
|
||||
}
|
||||
if hiddenTls {
|
||||
|
Reference in New Issue
Block a user