equal
deleted
inserted
replaced
|
1 # Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of the License "Symbian Foundation License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
7 # |
|
8 # Initial Contributors: |
|
9 # Nokia Corporation - initial contribution. |
|
10 # |
|
11 # Contributors: |
|
12 # |
|
13 # Description: |
|
14 # // hosts - local hostname resolution database |
|
15 # // Correct hosts file location is \System\Data\ |
|
16 # // This file is an example only |
|
17 # |
|
18 |
|
19 127.0.0.1 localhost |
|
20 172.21.40.113 tantra |
|
21 172.21.40.118 sahaja |
|
22 |
|
23 2002:7f00:1:: localhost-6t4 |
|
24 2002:ac15:2871::172.21.40.113 tantra-6t4 |
|
25 2002:ac15:2876::172.21.40.118 sahaja-6t4 |
|
26 |
|
27 ::1 localhost6 |
|
28 3ffe::250:100:809:170e:1f03 tantra6 |
|
29 3ffe::251:100:809:ec11:4f00 sahaja6 |
|
30 |
|
31 ff02::1 allnodes6 |
|
32 ff02::2 allrouters6 |
|
33 ff02::3 allhosts6 |