You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Because the main users of this project are in mainland China, you may encounter
14
14
15
15
## Usage
16
16
### If you don't know what Python is
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.
17
+
Download Windows executable program from [here](https://github.com/URenko/Accesser/releases/download/v0.11.0/accesser.exe) and run it. The first time you use it, you will be asked to install a certificate, just select yes.
18
18
### If Python 3.10* or later is already installed
19
19
```
20
20
pip3 install -U "accesser[doh,doq]"
@@ -32,7 +32,16 @@ In addition, for Windows, by default (without specifying `--notimportca`) the ce
32
32
*You can use, for example, [pyenv](https://github.com/pyenv/pyenv) to install the required version of Python (Python 3.11+ is recommended).
33
33
34
34
## Configuration
35
-
After starting Accesser once, `config.toml` and `rules.toml` will be generated in the **working directory**. See the comments therein. After saving, reopen the program.
35
+
After launching Accesser once, the following files and directories will be created in the **working directory**:
36
+
37
+
*`config.toml`: Basic settings
38
+
*`rules.toml`: Advanced rules. It will be automatically updated if unmodified. (delete it to restore auto-updates)
39
+
*`rules/` directory: Place your custom advanced rules here
40
+
41
+
See the inline comments for details; after saving your edits, restart the application. You can also refer to the [`custom.toml.sample`](accesser/custom.toml.sample) for examples of how to configure advanced rules.
42
+
43
+
You may additionally place PAC files in the **working directory** to define specific routing rules (the default PAC is available here: [https://github.com/URenko/Accesser/blob/master/accesser/pac](https://github.com/URenko/Accesser/blob/master/accesser/pac)).
44
+
36
45
37
46
## Advanced Usage 1: Use with other proxy software such as v2ray
38
47
Accesser is a local HTTP proxy with a default proxy address of `http://localhost:7654`, which can be used in combination with other proxy software as long as the network traffic can be exported as HTTP proxy.
# You can add rules to the Accesser by placing a toml-formatted rules file in the rules directory under the working directory. Rules with priority of 'config.toml' > 'rules/*.toml' > 'rules.toml' in the installation directory
# You can add rules to the Accesser by placing a toml-formatted rules file in the rules directory under the working directory. Rules with priority of 'config.toml' > 'rules/*.toml' > 'rules.toml' in the working directory
# Please do not edit the file directly. You can copy the rules configuration file to the rules directory under working directory to add rules to Accesser.
3
1
# 这是Accesser的规则(除路由规则)文件。
4
2
# This is the rule (except routing rules) file of Accesser.
5
-
# 在未曾被修改过的情况下,它会自动随Accesser更新。
6
-
# If it has not been modified, it will be automatically updated with Accesser.
3
+
# 该文件在不曾被修改过的情况下会自动更新。因而不建议一般用户直接修改。
4
+
# This file will be automatically updated if it hasn’t been modified. Therefore, ordinary users are not advised to modify it directly.
0 commit comments