-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b063f50
commit e3fc473
Showing
6 changed files
with
453 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,49 @@ | ||
uPnP: | ||
enabled: false | ||
TCP: [22, 25, 80, 443, 587, 993, 5222, 5269] | ||
UDP: [] | ||
TCP_TO_CLOSE: [] | ||
UDP_TO_CLOSE: [] | ||
ipv4: | ||
TCP: [22, 25, 53, 80, 443, 587, 993, 5222, 5269] | ||
UDP: [53, 5353] | ||
ipv6: | ||
TCP: [22, 25, 53, 80, 443, 587, 993, 5222, 5269] | ||
UDP: [53, 5353] | ||
router_forwarding_upnp: false | ||
|
||
tcp: | ||
22: | ||
open: true | ||
upnp: true | ||
comment: Default SSH port | ||
25: | ||
open: true | ||
upnp: true | ||
comment: SMTP email server | ||
80: | ||
open: true | ||
upnp: true | ||
comment: HTTP server | ||
443: | ||
open: true | ||
upnp: true | ||
comment: HTTPS server | ||
587: | ||
open: true | ||
upnp: true | ||
comment: SMTP MSA email server | ||
993: | ||
open: true | ||
upnp: true | ||
comment: IMAP email server | ||
5222: | ||
open: true | ||
upnp: true | ||
comment: XMPP server | ||
5269: | ||
open: true | ||
upnp: true | ||
comment: XMPP server-to-server | ||
|
||
udp: | ||
53: | ||
open: true | ||
upnp: false | ||
comment: DNS server | ||
1900: | ||
open: true | ||
upnp: false | ||
comment: UPnP services | ||
5353: | ||
open: true | ||
upnp: false | ||
comment: mDNS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.