diff options
Diffstat (limited to 'run.py')
-rwxr-xr-x | run.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/env python +import ddns + +if __name__ == '__main__': + ddns.app.run(host="0.0.0.0", debug=True) |
![]() |
index : DDNS.py | |
Simple HTTP frontend for dynamic DNS | Marius Halden |
aboutsummaryrefslogtreecommitdiffstats |