Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 1fc75c4

Browse files
authored
Add warning to readme
1 parent f103b6a commit 1fc75c4

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
2-
31
# updns
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/wyhaya/updns/ci.yml?style=flat-square&branch=main)](https://github.com/wyhaya/updns/actions)
5-
[![Crates.io](https://img.shields.io/crates/v/updns.svg?style=flat-square)](https://crates.io/crates/updns)
6-
[![Crates.io](https://img.shields.io/crates/l/updns.svg?style=flat-square)](https://github.com/wyhaya/updns/blob/master/LICENSE)
2+
3+
> [!WARNING]
4+
> * !!! This project contains severe bugs
5+
> * !!! No plans for fixes or patches
6+
> * !!! DO NOT use it in any environment
77
88
---
99

1010
updns is a simple DNS proxy server developed using `Rust`. You can intercept any domain name and return the ip you need
1111

12-
## Install
13-
14-
[Download](https://github.com/wyhaya/updns/releases) the binary from the release page
15-
16-
Or use `cargo` to install
17-
18-
```bash
19-
cargo install updns
20-
```
21-
2212
## Start to use 🚀
2313

2414
```bash

0 commit comments

Comments
 (0)