forked from bntjah/lancache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterfaces
90 lines (76 loc) · 2.11 KB
/
interfaces
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Regular host IP
auto lc-host-vint
iface lc-host-vint inet static
address lc-host-ip
netmask lc-host-netmask
gateway lc-host-gateway
# IP used for Steam caching
auto lc-host-vint:1
iface lc-host-vint:1 inet static
address lc-host-steam
netmask lc-host-netmask
# IP used for Riot caching
auto lc-host-vint:2
iface lc-host-vint:2 inet static
address lc-host-riot
netmask lc-host-netmask
# IP used for Blizzard caching
auto lc-host-vint:3
iface lc-host-vint:3 inet static
address lc-host-blizzard
netmask lc-host-netmask
# IP used for Hirez caching
auto lc-host-vint:4
iface lc-host-vint:4 inet static
address lc-host-hirez
netmask lc-host-netmask
# IP used for Origin caching
auto lc-host-vint:5
iface lc-host-vint:5 inet static
address lc-host-origin
netmask lc-host-netmask
# IP used for Sony caching
auto lc-host-vint:6
iface lc-host-vint:6 inet static
address lc-host-sony
netmask lc-host-netmask
# IP used for Microsoft caching
auto lc-host-vint:7
iface lc-host-vint:7 inet static
address lc-host-microsoft
netmask lc-host-netmask
# IP used for Tera caching
auto lc-host-vint:8
iface lc-host-vint:8 inet static
address lc-host-tera
netmask lc-host-netmask
# IP used for GOG caching
auto lc-host-vint:9
iface lc-host-vint:9 inet static
address lc-host-gog
netmask lc-host-netmask
# IP used for ArenaNetworks caching
auto lc-host-vint:10
iface lc-host-vint:10 inet static
address lc-host-arena
netmask lc-host-netmask
# IP used for WarGaming caching
auto lc-host-vint:11
iface lc-host-vint:11 inet static
address lc-host-wargaming
netmask lc-host-netmask
# IP used for Uplay caching
auto lc-host-vint:12
iface lc-host-vint:12 inet static
address lc-host-uplay
netmask lc-host-netmask
# IP used for Uplay caching
auto lc-host-vint:13
iface lc-host-vint:13 inet static
address lc-host-apple
netmask lc-host-netmask
# IP used for Glyph caching
auto lc-host-vint:14
iface lc-host-vint:14 inet static
address lc-host-glyph
netmask lc-host-netmask