Script - Clear Hosts and Devices: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
(Created page with "= What it is = This script will delete all saved hosts and devices information. All current state stored associated with each hosts (quotas, captive portal, hostnames) will b...")
 
No edit summary
Line 12: Line 12:
curl -k https://www.untangle.com/download/patches/generic/dump_hosts_devices.sh | dash
curl -k https://www.untangle.com/download/patches/generic/dump_hosts_devices.sh | dash
</code>
</code>
= Future =
This script will always be available to run, however will not be included in Untangle.

Revision as of 15:24, 17 August 2016

What it is

This script will delete all saved hosts and devices information. All current state stored associated with each hosts (quotas, captive portal, hostnames) will be deleted.


WARNING: All hosts and devices information will be completely lost.

How to run

curl -k https://www.untangle.com/download/patches/generic/dump_hosts_devices.sh | dash