User Manual
ADAM User Manual
21
Creating access control list
You can create a list of websites and import it to your device to allow or
limit access to those websites using the default browser.
To create an access control list:
1. Create a .txt le.
2. Open the .txt le with a text editor.
3. Type the following into the text le:
<?xml version=’1.0’ encoding=’UTF-8’ standalone=’yes’ ?>
<acl type=”XXX” version=”1” blockIPFormat=”XXX”>
<access origin=”XXX” subdomains=”XXX”/>
</acl>
NOTE:
• Eachaccessoriginmayonlycontainonewebsite.
• Toaddanotherorigin,addanotherlineof:
<access origin=”XXX” subdomains=”XXX”/>
• TheACLlemustbeinUTF-8formatwithoutBOM.
4. Change the corresponding option to your preference:
acl type=”whitelist” Open the links with access rules only
acl type=”forbiddenlist” Block the links with access rules only
blockIPFormat=”true” Disallow device to connect to website by IP
blockIPFormat=”false” Allow device to connect to website by IP
access origin=”websiteURL” Change the text to the designated URL origin
subdomains=”true” Include URL subdomains
subdomains=”false” Not include URL subdomains
5. Save the .txt le to create the access control list.