Script - Clear Hosts and Devices: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
 
Line 9: Line 9:


<code>
<code>
curl -k http://download.untangle.com/patches/generic/dump_hosts_devices.sh | dash
curl -k https://downloads.untangle.com/public/patches/generic/dump_hosts_devices.sh | dash
</code>
</code>

Latest revision as of 15:56, 27 November 2019

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://downloads.untangle.com/public/patches/generic/dump_hosts_devices.sh | dash