You configure URL lists at the libraries url-list level.
To add a new URL list, use the following command:
Admin@UGOS# create libraries url-listSpecify the following parameters:
|
Parameter |
Description |
|---|---|
|
name |
URL list name. |
|
description |
URL list description. |
|
url |
If the list is updatable, specify the update URL. |
|
urls |
URLs to add to the list. |
To update information about a URL list, use the following command:
Admin@UGOS# set libraries url-list <url-list-name>The parameters for which values are available to update are listed in the table above.
To delete an entire URL list or individual URLs from it, use the following commands:
Admin@UGOS# delete libraries url-list <url-list-name>
Admin@UGOS# delete libraries url-list <url-list-name> urls [ <url> ... ]To display information about all URL lists, a specific URL list, or about the addresses from a specific list, use the following commands:
Admin@UGOS# show libraries url-list
Admin@UGOS# show libraries url-list <url-list-name>
Admin@UGOS# show libraries url-list <url-list-name> urls