diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:32:15 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 15:32:15 -0400 |
commit | a7d01f69d69add94b7644c645431e630cc1f84f2 (patch) | |
tree | 02007124b0a43b2e84d83989e642f2ca8ff92bc6 /config | |
parent | 56ee34ab4b2adc42add1132cbfe355aaba74f241 (diff) | |
download | pfsense-packages-a7d01f69d69add94b7644c645431e630cc1f84f2.tar.gz pfsense-packages-a7d01f69d69add94b7644c645431e630cc1f84f2.tar.bz2 pfsense-packages-a7d01f69d69add94b7644c645431e630cc1f84f2.zip |
Allow syncing up to 6 other varnish hosts
Diffstat (limited to 'config')
-rw-r--r-- | config/varnish64/varnish_sync.xml | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/config/varnish64/varnish_sync.xml b/config/varnish64/varnish_sync.xml index 48bcfdf7..d24b6f32 100644 --- a/config/varnish64/varnish_sync.xml +++ b/config/varnish64/varnish_sync.xml @@ -118,7 +118,7 @@ <field> <type>listtopic</type> <name>Sync host #3</name> - <fieldname>temp</fieldname> + <fieldname>temp</fieldname> </field> <field> <fielddescr>IP Address 3</fielddescr> @@ -132,6 +132,42 @@ <description>Admin password of the third host that Varnish will Sync its Varnish configuration data to.</description> <type>password</type> </field> + <field> + <fielddescr>IP Address 4</fielddescr> + <fieldname>ipaddress4</fieldname> + <description>OPTIONAL. The IP address of the third host that Varnish will Sync its Varnish configuration data to.</description> + <type>input</type> + </field> + <field> + <fielddescr>Password 4</fielddescr> + <fieldname>password4</fieldname> + <description>Admin password of the third host that Varnish will Sync its Varnish configuration data to.</description> + <type>password</type> + </field> + <field> + <fielddescr>IP Address 5</fielddescr> + <fieldname>ipaddress5</fieldname> + <description>OPTIONAL. The IP address of the third host that Varnish will Sync its Varnish configuration data to.</description> + <type>input</type> + </field> + <field> + <fielddescr>Password 5</fielddescr> + <fieldname>password5</fieldname> + <description>Admin password of the third host that Varnish will Sync its Varnish configuration data to.</description> + <type>password</type> + </field> + <field> + <fielddescr>IP Address 6</fielddescr> + <fieldname>ipaddress6</fieldname> + <description>OPTIONAL. The IP address of the third host that Varnish will Sync its Varnish configuration data to.</description> + <type>input</type> + </field> + <field> + <fielddescr>Password 6</fielddescr> + <fieldname>password6</fieldname> + <description>Admin password of the third host that Varnish will Sync its Varnish configuration data to.</description> + <type>password</type> + </field> </fields> <custom_php_resync_config_command> varnish_sync_on_changes(); |