Revision c25caf5b
Added by Renato Botelho over 10 years ago
usr/local/www/system_hasync.php | ||
---|---|---|
322 | 322 |
</td> |
323 | 323 |
</tr> |
324 | 324 |
<tr valign="top"> |
325 |
<td width="22%" class="vncell">Synchronize DNS Forwarder</td> |
|
325 |
<td width="22%" class="vncell">Synchronize DNS Forwarder / Resolver</td>
|
|
326 | 326 |
<td class="vtable"> |
327 | 327 |
<input id='synchronizednsforwarder' type='checkbox' name='synchronizednsforwarder' value='on' <?php if ($pconfig['synchronizednsforwarder'] === "on") echo "checked='checked'"; ?> /> |
328 | 328 |
<br /> |
329 |
When this option is enabled, this system will automatically sync the DNS Forwarder configuration to the other HA host when changes are made. |
|
329 |
When this option is enabled, this system will automatically sync the DNS Forwarder and DNS Resolver configuration to the other HA host when changes are made.
|
|
330 | 330 |
</td> |
331 | 331 |
</tr> |
332 | 332 |
<tr valign="top"> |
Also available in: Unified diff
Add DNS Resolver to the list of services to be sync'd on HA, make sure it and DNS Forwarder are not enabled simultaneously. It fixes #4067