Update README.md
This commit is contained in:
parent
0996cf262f
commit
f2e9fa8a73
10
README.md
10
README.md
|
|
@ -51,6 +51,16 @@ mydomain.com
|
|||
vpn.mydomain.com
|
||||
server.other-domain.net
|
||||
```
|
||||
IMPORTANT: Secure your API keys! Since config.json contains sensitive credentials, restrict access to it so only the root user can read it:
|
||||
```
|
||||
sudo chown root:root /opt/ionos-ddns/config.json
|
||||
sudo chmod 600 /opt/ionos-ddns/config.json
|
||||
```
|
||||
|
||||
Make script executable:
|
||||
```
|
||||
sudo chmod +x /opt/ionos-ddns/update_ddns.py
|
||||
```
|
||||
|
||||
### 4. Install System Service
|
||||
Copy the service file to systemd directory:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user