Skip to content

Commit bf4a01f

Browse files
committed
Port configuration adjustment.
Changelog excerpt: - Adjusted minimum value for some port directives from 1 to 0.
1 parent daa3432 commit bf4a01f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
3939
[2022.10.25; Maikuolan]: Hardened some configuration constraints.
4040

4141
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.
42+
43+
### v3.1.7
44+
45+
[2022.11.30; Maikuolan]: Adjusted minimum value for some port directives from 1 to 0.

assets/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2022.10.25).
10+
# This file: Configuration defaults file (last modified: 2022.11.30).
1111
##/
1212

1313
phpmailer:
@@ -29,7 +29,7 @@ phpmailer:
2929
port:
3030
type: "int"
3131
default: 587
32-
min: 1
32+
min: 0
3333
max: 65535
3434
smtp_secure:
3535
type: "string"

0 commit comments

Comments
 (0)