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

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/webui/listener.cgi')
-rw-r--r--src/bin/hamcore/webui/listener.cgi13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/bin/hamcore/webui/listener.cgi b/src/bin/hamcore/webui/listener.cgi
new file mode 100644
index 00000000..973d9849
--- /dev/null
+++ b/src/bin/hamcore/webui/listener.cgi
@@ -0,0 +1,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>
+