Explain bind_host in sample configuration

This commit is contained in:
Cadence Ember 2022-05-22 00:57:13 +12:00
parent 68cfbb809f
commit c9b16d3efd
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ website_origin = "http://example.com:3000"
# ==============================
# The address of the interface to bind to.
# If you don't know what "bind addresses" are, the default of "0.0.0.0" is probably good. If you only want NewLeaf to be accessible on this same machine, not from any other networks, then you can use "127.0.0.1". If CloudTube never updates subscriptions, even after you wait for some time, try using "::1".
#bind_host = "0.0.0.0"
# The port to bind to.