mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
use [ipv6] in hosts
This commit is contained in:
parent
62f3a10994
commit
5dcba20904
18 changed files with 54 additions and 33 deletions
|
@ -37,7 +37,11 @@ Long pressing the bookmark button in uweb browser will popup menus defined in fi
|
|||
<description>The hosts files &quot;hosts&quot; and &quot;default.hosts&quot; take effect when the setting option &quot;using hosts&quot; is checked.
|
||||
The file &quot;hosts&quot; defines IP addresses for domains. Each line has the following format:
|
||||
[IP address][single space][domain name]
|
||||
&quot;default.hosts&quot; blocks whole domain trees including all descedant domains. The domains in the hosts file must be 2 or 3 segment domains, such as &quot;yahoo.com&quot; and &quot;finance.yahoo.com&quot;. If the length of the last 2 segments is less than 7, such as &quot;com.</description>
|
||||
Here is an example line with ipv4:
|
||||
172.67.157.211 torapp.eu.org
|
||||
or with ipv6:
|
||||
[2606:4700:3037::6815:8c3] torapp.eu.org
|
||||
&quot;default.hosts&quot; blocks whole domain trees including all descedant domains. The domains in the hosts file must be 2 or 3 segment domains, such as &quot;yahoo.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue