aboutsummaryrefslogtreecommitdiffstats
path: root/config/anyterm/anyterm.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-16 22:31:01 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-16 22:31:01 -0400
commitb445055499c8ed51acfaaa0020616c06f558de68 (patch)
treeae87e72bc633162275700932a1db696d6cfec6ec /config/anyterm/anyterm.xml
parenta27686574094958e8bec10103e1ffd9ebd58bd60 (diff)
downloadpfsense-packages-b445055499c8ed51acfaaa0020616c06f558de68.tar.gz
pfsense-packages-b445055499c8ed51acfaaa0020616c06f558de68.tar.bz2
pfsense-packages-b445055499c8ed51acfaaa0020616c06f558de68.zip
Adding anyterm package + stunnel support
Diffstat (limited to 'config/anyterm/anyterm.xml')
-rw-r--r--config/anyterm/anyterm.xml27
1 files changed, 22 insertions, 5 deletions
diff --git a/config/anyterm/anyterm.xml b/config/anyterm/anyterm.xml
index 4bd1b445..0b87767d 100644
--- a/config/anyterm/anyterm.xml
+++ b/config/anyterm/anyterm.xml
@@ -8,7 +8,7 @@
/* ========================================================================== */
/*
anyterm.xml
- part of pfSense (http://www.pfSense.com)
+ pfSense package (http://www.pfSense.com)
Copyright (C) 2009 Scott Ullrich
All rights reserved.
*/
@@ -53,7 +53,7 @@
<name>anyterm</name>
<rcfile>anyterm.sh</rcfile>
<executable>anytermd</executable>
- <description>The Reliable, High Performance TCP/HTTP Load Balancer</description>
+ <description>Ajax Interactive Shell</description>
</service>
<configpath>installedpackages->anyterm->config</configpath>
<additional_files_needed>
@@ -61,23 +61,40 @@
<chmod>077</chmod>
<item>http://www.pfsense.com/packages/config/anyterm/anyterm.inc</item>
</additional_files_needed>
+ <tabs>
+ <tab>
+ <text>Settings</text>
+ <url>/pkg.php?xml=spamd.xml</url>
+ <active/>
+ </tab>
+ <tab>
+ <text>Ajax Shell</text>
+ <url>access_anyterm.php</url>
+ </tab>
+ </tabs>
<fields>
<field>
<fielddescr>Username</fielddescr>
<fieldname>username</fieldname>
- <description>Enter the username for Anyterm</description>
+ <description>Enter the username for accessing Anyterm</description>
<type>input</type>
</field>
<field>
<fielddescr>Password</fielddescr>
<fieldname>password</fieldname>
- <description>Enter the password for Anyterm</description>
+ <description>Enter the password for accessing Anyterm</description>
<type>password</type>
</field>
<field>
<fielddescr>Port</fielddescr>
<fieldname>port</fieldname>
- <description>Enter the port that Anyterm will listen on.</description>
+ <description>Enter the port that Anyterm will listen on Default is 8080.</description>
+ <type>input</type>
+ </field>
+ <field>
+ <fielddescr>STunnel Port</fielddescr>
+ <fieldname>stunnelport</fieldname>
+ <description>[OPTIONAL] If you have setup a STunnel forward enter its port here.</description>
<type>input</type>
</field>
</fields>