feat(server): added a new server script for desec, updates all dns'
This commit is contained in:
parent
016b951047
commit
2a7bd2c250
4 changed files with 120 additions and 0 deletions
7
server-scripts/desec/run.bash
Executable file
7
server-scripts/desec/run.bash
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /home/user/scripts/desec
|
||||
|
||||
. .venv/bin/activate
|
||||
|
||||
./desec.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue