From faf4c015df691efae4eadb62809a40e55c89917b Mon Sep 17 00:00:00 2001 From: Mikhail Grebenkin Date: Wed, 13 Dec 2017 21:28:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BA?= =?UTF-8?q?=D0=BE=D1=81=D0=BC=D0=B5=D1=82=D0=B8=D1=87=D0=B5=D1=81=D0=BA?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 59 +++++++++++++++++++++++++-------------------- hosts.tpl | 2 +- main.tpl | 2 +- web-leases.py | 2 +- 4 files changed, 36 insertions(+), 29 deletions(-) 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)