Skip to content

Commit

Permalink
Update default listen addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 21, 2024
1 parent 0e283f9 commit 1486e2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/etc/snapserver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# or "127.0.0.1" or "::1" to bind to localhost IPv4 or IPv6, respectively
# use the address of a specific network interface to just listen to and accept
# connections from that interface
#bind_to_address = 0.0.0.0
#bind_to_address = ::

# which port the server should listen to
#port = 1780
Expand All @@ -86,7 +86,7 @@
# ssl_enabled = false

# same as 'bind_to_address' but for SSL
# ssl_bind_to_address = 0.0.0.0
# ssl_bind_to_address = ::

# same as 'port' but for SSL
# ssl_port = 1788
Expand Down Expand Up @@ -119,7 +119,7 @@ doc_root = /usr/share/snapserver/snapweb
# or "127.0.0.1" or "::1" to bind to localhost IPv4 or IPv6, respectively
# use the address of a specific network interface to just listen to and accept
# connections from that interface
#bind_to_address = 0.0.0.0
#bind_to_address = ::

# which port the server should listen to
#port = 1705
Expand All @@ -135,7 +135,7 @@ doc_root = /usr/share/snapserver/snapweb
# or "127.0.0.1" or "::1" to bind to localhost IPv4 or IPv6, respectively
# use the address of a specific network interface to just listen to and accept
# connections from that interface
#bind_to_address = 0.0.0.0
#bind_to_address = ::

# which port the server should listen to
#port = 1704
Expand Down

0 comments on commit 1486e2d

Please sign in to comment.