lfd:allow

Configure fully qualified domain names that will be resolved by the login failure daemon and allowed through the firewall.

juggernaut --task=lfd:allow --oper=<dyndns_add|dyndns_del> --value=<string>
Option
Value Description
--oper <string> The operation you want to perform. Operations: dyndns_add, dyndns_del
--value <string> The value you want to add or delete.
--restart <yes> Restart the service after saving settings.

Examples

// add an entry
juggernaut --oper=dyndns_add --value='test.example.com'

// remove an entry
juggernaut --oper=dyndns_del --value='test.example.com'