Commit 6783d9a
Matthew Fisher
fix(contrib/ec2): fix ephemeral port range
The default ephemeral port range is set to 49152 according to
http://www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html. Some
apps that start on 49153 will be blocked by the firewall otherwise.1 parent 4979c2f commit 6783d9a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments