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.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,23 @@ English | [中文](./README_CN.md)
5
5
6
6
ForNet is another Layer3 Virtual Private Network software, built on top of [BoringTun](https://github.com/cloudflare/boringtun).
7
7
8
-
Currently, it's in `beta` stage
8
+
Currently, it's in `beta` stage.
9
9
10
-
## Feature
10
+
###Feature
11
11
- client code 100% open source, written with Rust.
12
12
- self compile, self-hosted, easily integrated with Keycloak, provide admin web to manage clients.
13
13
- support UDP/TCP protocol of Wireguard.
14
-
- support macOSand Linux, more platform support is on the road.
14
+
- support macOS, Linux and Windows, Android platform support is on the road.
15
15
16
16
17
-
## Document
18
-
To check out docs, visit this [Git Page](https://fornetcode.github.io/documentation). There is a [tutorial](https://fornetcode.github.io/documentation/guide/quick-start) for you.
17
+
###Document
18
+
To check out docs, visit this [site](https://doc.fornetcode.com). There is a [quick start tutorial](https://doc.fornetcode.com/guide/quick-start) for you.
19
19
20
-
If you are interested with the project future, please refer to [Roadmap](https://fornetcode.github.io/documentation/plan).
20
+
If you are interested with the project future, please refer to [Roadmap](https://doc.fornetcode.com/plan).
21
21
22
-
## License
22
+
If you want build it yourself, please ref [Develop Guide](https://doc.fornetcode.com/guide/develop)
0 commit comments