Correct localhost to 0.0.0.0 in SystemD conf (#498)

pull/487/head^2
Arya K 1 year ago committed by GitHub
parent 90828cc71c
commit 0c757023f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,2 @@
ADDRESS=localhost
ADDRESS=0.0.0.0
PORT=12345

Loading…
Cancel
Save