[WordPress] 外掛分享: Check Port

首頁外掛目錄 › Check Port
10+
安裝啟用
尚無評分
3647 天前
最後更新
問題解決
WordPress 3.0.1+ v1.1 上架:2016-03-23

內容簡介

這個外掛是用來查詢指定主機上的 TCP 串流埠是否開啟的,它會新增一個 AJAX 呼叫來進行埠口檢查。

範例用法:

<script>
jQuery.post("http://localhost/wp-admin/admin-ajax.php", {
action:"port_check",
address:"8.8.8.8",
port:80
}, function(result) {
alert(result);
});
</script>

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Check Port」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Plugin to check if specified TCP port is open on a selected host. Plugin adds an AJAX call for checking ports.
Exaple usage:

延伸相關外掛

文章
Filter
Apply Filters
Mastodon