This commit is contained in:
idk
2022-02-07 16:46:36 -05:00
parent 5ed90883f5
commit 45f5fc8fc1

View File

@ -149,6 +149,8 @@ func main() {
}
} else {
log.Fatal("Failed to run I2P", err)
//TODO: Link libi2pd and start our own router if we cant find one anywhere.
//TODO: loop again until HTTPDefaultProxy is up
}
}
}