mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
Backout unintentional commit ed5440a6ef7f
This commit is contained in:
parent
83032c9942
commit
46aa864c3d
1 changed files with 7 additions and 1 deletions
|
@ -158,7 +158,13 @@ module:provides("net", {
|
||||||
listener = server.listener;
|
listener = server.listener;
|
||||||
default_port = 5281;
|
default_port = 5281;
|
||||||
encryption = "ssl";
|
encryption = "ssl";
|
||||||
ssl_config = default_ssl_config;
|
ssl_config = {
|
||||||
|
verify = {
|
||||||
|
peer = false,
|
||||||
|
client_once = false,
|
||||||
|
"none",
|
||||||
|
}
|
||||||
|
};
|
||||||
multiplex = {
|
multiplex = {
|
||||||
pattern = "^[A-Z]";
|
pattern = "^[A-Z]";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue