External Components interface configuration:
You can now configure on which network interfaces Prosody will listen for external components.
This commit is contained in:
@ -358,6 +358,15 @@ Please read
|
||||
descriptionHTML: loc('prosody_components_port_description')
|
||||
})
|
||||
|
||||
registerSetting({
|
||||
name: 'prosody-components-interfaces',
|
||||
label: loc('prosody_components_interfaces_label'),
|
||||
type: 'input',
|
||||
default: '127.0.0.1, ::1',
|
||||
private: true,
|
||||
descriptionHTML: loc('prosody_components_interfaces_description')
|
||||
})
|
||||
|
||||
registerSetting({
|
||||
name: 'prosody-components-list',
|
||||
label: loc('prosody_components_list_label'),
|
||||
|
Reference in New Issue
Block a user