Add port 3000 (Ruby on Rails) to common ports

This is the default port rails uses in a fresh installation, this is mentioned [on the command line docs here](https://guides.rubyonrails.org/command_line.html#bin-rails-server) and I also have a lot of experience with rails confirming this port is often used in practice
This commit is contained in:
Jake Craige
2021-06-17 21:19:19 -07:00
committed by GitHub
parent 03b4d2c22c
commit 24cdcb35e8

View File

@@ -13,6 +13,7 @@
1521 1521
1944 1944
2301 2301
3000
3128 3128
3306 3306
4000 4000