Skip to content

Commit

Permalink
When running on localhost, it's safe to start the daemon.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshadura authored and Alexandre Morignot committed Aug 10, 2018
1 parent 58a26f1 commit d0d8624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions debian/homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ listeners:
# On Linux and Mac OS, `::` will listen on all IPv4 and IPv6
# addresses by default. For most other OSes, this will only listen
# on IPv6.
bind_addresses:
- '::'
- '0.0.0.0'
bind_address: 127.0.0.1

# This is a 'http' listener, allows us to specify 'resources'.
type: http
Expand Down Expand Up @@ -162,7 +160,7 @@ listeners:
# For when matrix traffic passes through loadbalancer that unwraps TLS.
- port: 8008
tls: false
bind_addresses: ['::', '0.0.0.0']
bind_address: 127.0.0.1
type: http

x_forwarded: false
Expand Down
3 changes: 0 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ override_dh_auto_install:

override_dh_auto_build:

override_dh_installinit:
dh_installinit --no-start

override_dh_auto_test:

0 comments on commit d0d8624

Please sign in to comment.