Skip to content

Commit

Permalink
remove unused files and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pymumu committed Mar 2, 2025
1 parent b7ce724 commit 4ab285e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
# Upload entire repository
path: 'site'
Expand Down
4 changes: 2 additions & 2 deletions docs/install/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ D:\SMARTDNS
└─systemd
```

双击 `D:\smartdns\package\windows` 目录下的 `install.bat` 进行安装。要求输入密码时,请输入 `WLS ubuntu` 的密码。
双击 `D:\smartdns\package\windows` 目录下的 `install.bat` 进行安装。要求输入密码时,请输入 `WSL ubuntu` 的密码。

## 修改配置

Expand All @@ -49,7 +49,7 @@ domain-rules /example.com/ -address 1.2.3.4

## 重新加载配置

双击 `D:\smartdns\package\windows` 目录下的 `reload.bat` 进行重新加载。要求输入密码时,请输入 `WLS ubuntu` 的密码。
双击 `D:\smartdns\package\windows` 目录下的 `reload.bat` 进行重新加载。要求输入密码时,请输入 `WSL ubuntu` 的密码。

## 将 DNS 请求转发到 SmartDNS 解析

Expand Down
2 changes: 1 addition & 1 deletion en/docs/install/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ D:\SMARTDNS

```

Double-click `install.bat` in the `D:\smartdns\package\windows` directory for installation. Please enter the password for `WLS ubuntu` when input password.
Double-click `install.bat` in the `D:\smartdns\package\windows` directory for installation. Please enter the password for `WSL ubuntu` when input password.

## Configuration

Expand Down
21 changes: 0 additions & 21 deletions systemd/smartdns.service

This file was deleted.

0 comments on commit 4ab285e

Please sign in to comment.