@remote

@remote syntax definition.

@remote(url)

Allows to embed remote Hosts file from a URL.

url
string required
The complete URL to a hosts file.
The remote hosts file must be https and return a content type of text/plain.

Example usage

# Host Database
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost

@remote(https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts)