ydns/README.md
2024-11-04 15:56:56 +08:00

20 lines
213 B
Markdown

# ydns
## Dependents
ddns
```
pip install ddns
```
## Installation
```
cd script
sudo cp ydns.service /etc/systemd/system
sudo systemctl deamon-reload
sudo systemctl enable ydns
sudo systemctl start ydns
```