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>
外掛標籤
開發者團隊
原文外掛簡介
Plugin to check if specified TCP port is open on a selected host. Plugin adds an AJAX call for checking ports.
Exaple usage:
