Skip to content

Commit b655dd6

Browse files
committed
v0.10.3
1 parent 7c6cd41 commit b655dd6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Because the main users of this project are in mainland China, you may encounter
1414

1515
## Usage
1616
### If you don't know what Python is
17-
Download Windows executable program from [here](https://github.com/URenko/Accesser/releases/download/v0.10.2/accesser.exe) and run it. The first time you use it, you will be asked to install a certificate, just select yes.
17+
Download Windows executable program from [here](https://github.com/URenko/Accesser/releases/download/v0.10.3/accesser.exe) and run it. The first time you use it, you will be asked to install a certificate, just select yes.
1818
### If Python 3.10* or later is already installed
1919
```
2020
pip3 install -U "accesser[doh,doq]"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## 使用
1313
### 如果不知道什么是Python
14-
[这里](https://github.com/URenko/Accesser/releases/download/v0.10.2/accesser.exe)下载Windows一键程序,运行既可(建议关闭其他代理软件),首次使用会要求安装证书,选是即可。
14+
[这里](https://github.com/URenko/Accesser/releases/download/v0.10.3/accesser.exe)下载Windows一键程序,运行既可(建议关闭其他代理软件),首次使用会要求安装证书,选是即可。
1515
### 如果已经安装了Python 3.10*或更高版本
1616
```
1717
pip3 install -U "accesser[doh,doq]"

accesser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19-
__version__ = '0.10.2'
19+
__version__ = '0.10.3'
2020

2121
import os, sys
2222
import json

accesser/rules.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
# DNS服务器地址。可于下方 hosts 字段指定DNS服务器 host 对应的 IP 地址。
99
# DNS server address. You can specify bootstrap IP address in the [hosts] field below.
1010
nameserver = [
11-
"https://185.222.222.222/dns-query",# https://host|IP[:port]/path # DNS-over-HTTPS (DoH)
11+
"https://tiarap.org/odoh", # https://host|IP[:port]/path # DNS-over-HTTPS (DoH)
12+
"https://185.222.222.222/dns-query",
1213
"https://45.11.45.11/dns-query",
1314
"https://149.112.112.112/dns-query",
1415
"https://149.112.112.10/dns-query",
15-
"https://tiarap.org/odoh",
1616
"tls://149.112.112.112", # tls://host|IP[:port] # DNS-overTLS (DoT)
1717
"tls://149.112.112.10",
1818
"tls://dot.sb",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "accesser"
7-
version = "0.10.2"
7+
version = "0.10.3"
88
authors = [
99
{ name="URenko" },
1010
]

0 commit comments

Comments
 (0)