Displaying HTTPS Ports

pull/109/head
对望 3 years ago committed by GitHub
parent 1df2e277cb
commit c56a61afe0
  1. 3
      data/sql/default.sql

@ -48,7 +48,8 @@ INSERT INTO `firewall` (`id`, `port`, `ps`, `addtime`) VALUES
(1, '80', '网站默认端口', '0000-00-00 00:00:00'),
(2, '7200', 'WEB面板', '0000-00-00 00:00:00'),
(3, '22', 'SSH远程管理服务', '0000-00-00 00:00:00'),
(4, '888', 'phpMyAdmin默认端口', '0000-00-00 00:00:00');
(4, '888', 'phpMyAdmin默认端口', '0000-00-00 00:00:00'),
(5, '443', 'HTTPS', '0000-00-00 00:00:00');

Loading…
Cancel
Save