-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwlt.conf
58 lines (51 loc) · 1.7 KB
/
wlt.conf
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
# This file is part of wlt.
#
# wlt is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# We are following shell grammar to simplify the reading process.
##
# Builtin wlt user credential
#
# Copy this file to ~/.config/wlt.conf if you don't want to change settings
# globally.
##
# Here lists the system-wide wlt user credential.
# You may edit the config file and apply by calling `wlt -d'.
# Set it to 1 to enable.
EnableDefaultWltCredential=0
# Write your own username and password here:
#WLT_USERNAME=""
#WLT_PASSWORD=""
# Here comes ISP Selection.
# Explanation:
#
# 1: CERNET with public IP address
# 2: China Telecom (NAT); routed to CERNET if visiting CERNET website
# 3: China Unicom (NAT); routed to CERNET if visiting CERNET website
# 4: China Telecom (NAT); routed to CERNET if visiting CERNET "free" address
# 5: China Unicom (NAT); routed to CERNET if visiting CERNET "free" address
# 6: China Telecom (NAT); routed to CERNET if visiting CERNET website; routed to China Unicom (NAT) if visiting China Unicom address
# 7: China Unicom (NAT); routed to CERNET if visiting CERNET website; routed to China Telecom (NAT) if visiting China Telecom address
# 8: CERNET; routed to China Telecom (NAT) or China Unicom (NAT) if visiting address within China
# 9: China Mobile (NAT)
#
# Visit http://wlt.ustc.edu.cn/link.html for detailed explanation.
#
#WLT_ISP=""
# Here comes time selection.
#
# Only the following numbers are accepted:
#
# * 0 (forever)
# * 3600
# * 14400
# * 39600
# * 50400
#
# All numbers are seconds.
#
#WLT_TIME=""
# EOF