calibre: correct IP address

This commit is contained in:
Payas Relekar 2023-06-10 15:55:05 +05:30
parent 291262c199
commit 5d4136c386

View file

@ -15,7 +15,7 @@ in
openFirewall = false;
listen = {
port = 8083;
ip = "::1";
ip = "0.0.0.0";
};
options = {
enableBookUploading = true;