mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
radicale: Listen only on internal addresses
- Since we are trusting the remote user header, it is much safer not listen on external addresses. We don't that since Apache connects on internal address.
This commit is contained in:
parent
34a6bd09ed
commit
7e87f0304a
@ -49,7 +49,7 @@ def subcommand_setup(_):
|
||||
aug.set('/files' + DEFAULT_FILE + '/ENABLE_RADICALE', 'yes')
|
||||
|
||||
aug.set('/files' + CONFIG_FILE + '/server/hosts',
|
||||
'0.0.0.0:5232, [::]:5232')
|
||||
'127.0.0.1:5232, [::1]:5232')
|
||||
aug.set('/files' + CONFIG_FILE + '/server/base_prefix', '/radicale/')
|
||||
aug.set('/files' + CONFIG_FILE + '/well-known/caldav',
|
||||
'/radicale/%(user)s/caldav/')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user