aboutsummaryrefslogtreecommitdiffstats
path: root/config/Fit123/ddns.xml
diff options
context:
space:
mode:
authorPerry Mason <crazypark2@yahoo.dk>2009-03-06 16:51:05 +0100
committerPerry Mason <crazypark2@yahoo.dk>2009-03-06 16:51:05 +0100
commit0054eca5a325e34b4f9f463d982685b6b92deff2 (patch)
tree54c9e9b10e0be98e48ba6aedbce0f01a6f065eb7 /config/Fit123/ddns.xml
parent9154cf219365944fe9b1423ac1622f2df4390849 (diff)
downloadpfsense-packages-0054eca5a325e34b4f9f463d982685b6b92deff2.tar.gz
pfsense-packages-0054eca5a325e34b4f9f463d982685b6b92deff2.tar.bz2
pfsense-packages-0054eca5a325e34b4f9f463d982685b6b92deff2.zip
Fit123 says to git track them all
Diffstat (limited to 'config/Fit123/ddns.xml')
-rw-r--r--config/Fit123/ddns.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/config/Fit123/ddns.xml b/config/Fit123/ddns.xml
new file mode 100644
index 00000000..95c74f88
--- /dev/null
+++ b/config/Fit123/ddns.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd">
+<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?>
+<packagegui>
+ <copyright></copyright>
+ <description>Describe your package here</description>
+ <requirements>Describe your package requirements here</requirements>
+ <faq>Currently there are no FAQ items provided.</faq>
+ <name>ddns</name>
+ <title>DDNS</title>
+ <include_file>/usr/local/pkg/fit123.inc</include_file>
+ <tabs>
+ <tab>
+ <text>Fit123</text>
+ <url>/pkg_edit.php?xml=fit123.xml&amp;id=0</url>
+ <active/>
+ </tab>
+ <tab>
+ <text>DDNS</text>
+ <url>/pkg_edit.php?xml=ddns.xml&amp;id=0</url>
+ </tab>
+ </tabs>
+ <fields>
+ <field>
+ <fielddescr>Dynamic DNS</fielddescr>
+ <fieldname>enable</fieldname>
+ <description>
+ A more customize way to update dynamic dns and mainly for IP's that doesn't change very often.&lt;br&gt;
+ Will check for ip change every 5 min via local shell script and will only contact provider on change.&lt;br&gt;
+ (needs a reboot, hopefully it can be changed )
+ </description>
+ <type>checkbox</type>
+ </field>
+ <field>
+ <fielddescr>Enter string that should be phrased</fielddescr>
+ <fieldname>line1</fieldname>
+ <description>
+ String for OpenDNS should look like:&lt;br&gt;
+ https://username:password@updates.opendns.com/nic/update?hostname=
+ </description>
+ <type>textarea</type>
+ <cols>80</cols>
+ <rows>1</rows>
+ </field>
+ <field>
+ <fielddescr>Enter 2th string that should be phrased</fielddescr>
+ <fieldname>line2</fieldname>
+ <description>Leave empty if not used</description>
+ <type>textarea</type>
+ <cols>80</cols>
+ <rows>1</rows>
+ </field>
+ <field>
+ <fielddescr>Enter 3th string that should be phrased</fielddescr>
+ <fieldname>line3</fieldname>
+ <description>Leave empty if not used</description>
+ <type>textarea</type>
+ <cols>80</cols>
+ <rows>1</rows>
+ </field>
+ </fields>
+ <custom_add_php_command></custom_add_php_command>
+ <custom_php_command_before_form>ddns_config();</custom_php_command_before_form>
+ <custom_php_after_form_command></custom_php_after_form_command>
+ <custom_php_validation_command></custom_php_validation_command>
+ <custom_php_resync_config_command></custom_php_resync_config_command>
+ <custom_php_install_command>Fit123_install_config();</custom_php_install_command>
+ <custom_php_deinstall_command>Fit123_install_deinstall();</custom_php_deinstall_command>
+</packagegui>