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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ A ZeroTier Controller Web UI for a self-hosted ZeroTier network controller that
22
22
```shell
23
23
./zerotier-edge
24
24
```
25
+
25
26
Note: `./zerotier-edge --help` will show the help of command.
26
27
27
28
3. Access Web UI to manage your controller.
@@ -33,12 +34,13 @@ A ZeroTier Controller Web UI for a self-hosted ZeroTier network controller that
33
34
4. Configure remote access (optional)
34
35
35
36
It is recommended to enable https in Nginx and then proxy our service.
36
-
37
+
37
38
```nginx
38
39
location /zerotier-edge/ {
39
40
proxy_pass http://127.0.0.1:9394/;
40
41
}
41
42
```
43
+
42
44
## Building
43
45
44
46
To build `Zerotier-Edge` from source, ensure that you have [Rust](https://www.rust-lang.org/learn/get-started) installed. Then, follow these steps in your terminal:
@@ -50,11 +52,16 @@ To build `Zerotier-Edge` from source, ensure that you have [Rust](https://www.ru
0 commit comments