diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 537a108..4fdb316 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,10 +1,9 @@ - - + - + @@ -17,7 +16,7 @@ - + @@ -27,11 +26,11 @@ - + - - + + @@ -40,8 +39,8 @@ - - + + @@ -51,7 +50,7 @@ - + @@ -70,10 +69,10 @@ @@ -209,7 +208,14 @@ @@ -241,7 +247,8 @@ - @@ -377,34 +384,34 @@ - + - - + + - + - - + + - + - - + + - + - - + + diff --git a/hosts.tpl b/hosts.tpl index d558ecc..293aee4 100644 --- a/hosts.tpl +++ b/hosts.tpl @@ -4,7 +4,7 @@ - отчет по занятым хостам + отчет по занятым хостам в фиксированном адресном пространстве

Leases report



diff --git a/main.tpl b/main.tpl index c643c69..62ad7eb 100644 --- a/main.tpl +++ b/main.tpl @@ -4,7 +4,7 @@ - отчет по занятым хостам + отчет по занятым хостам в свободном адресном пространстве

Leases report



diff --git a/web-leases.py b/web-leases.py index a011a9d..697e694 100644 --- a/web-leases.py +++ b/web-leases.py @@ -95,4 +95,4 @@ def server_hosts_repo(): return template('hosts.tpl', A=data_list) -run(host='127.0.0.1', port=8080, debug=True) +run(host='0.0.0.0', port=8080, debug=True)