Welcome to mirror list, hosted at ThFree Co, Russian Federation.

listener.cgi « webui « hamcore « bin « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 973d9849717d3d3b9062c5832d45eb88a049b094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Lisner Creation</title>
<link rel=stylesheet type=text/css href=/webui/webui.css>
</head><body>
リスナーを作成します。
<form method=get action="ACTION">
ポート番号:<input type=text name=PORT>
<input type=hidden name=KEY value="SESSIONKEY">
<input type=hidden name=CMD value="CREATE">
<input type=submit value="作成">
</form>
</body></html>