mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-07 05:51:20 +07:00
Update README.md
This commit is contained in:
parent
7bd18a343d
commit
b35e469cd6
@ -36,13 +36,6 @@ make GOFLAGS="-buildvcs=false" CC=clang
|
|||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
**Config Dir**
|
|
||||||
|
|
||||||
```shell
|
|
||||||
mkdir -p /etc/dae
|
|
||||||
curl -L -o /etc/dae/config.dae https://github.com/v2rayA/dae/raw/main/example.dae
|
|
||||||
```
|
|
||||||
|
|
||||||
**Runtime Dependencies**
|
**Runtime Dependencies**
|
||||||
|
|
||||||
For traffic splitting, Dae relies on the following data sources, [geoip.dat](https://github.com/v2ray/geoip/releases/latest) and [geosite.dat](https://github.com/v2fly/domain-list-community/releases/latest).
|
For traffic splitting, Dae relies on the following data sources, [geoip.dat](https://github.com/v2ray/geoip/releases/latest) and [geosite.dat](https://github.com/v2fly/domain-list-community/releases/latest).
|
||||||
@ -58,10 +51,16 @@ popd
|
|||||||
|
|
||||||
**Run**
|
**Run**
|
||||||
|
|
||||||
|
Download the example config file:
|
||||||
|
```shell
|
||||||
|
curl -L -o example.dae https://github.com/v2rayA/dae/raw/main/example.dae
|
||||||
|
```
|
||||||
|
See [example.dae](https://github.com/v2rayA/dae/blob/main/example.dae).
|
||||||
|
|
||||||
|
After fine tuning, run dae:
|
||||||
```shell
|
```shell
|
||||||
./dae run -c example.dae
|
./dae run -c example.dae
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you may run Dae as a daemon(systemd) service. Check out more details [HERE](./run-as-daemon.md).
|
Alternatively, you may run Dae as a daemon(systemd) service. Check out more details [HERE](./run-as-daemon.md).
|
||||||
|
|
||||||
See [example.dae](https://github.com/v2rayA/dae/blob/main/example.dae).
|
|
||||||
|
Loading…
Reference in New Issue
Block a user