We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d91b22 commit 4441e4cCopy full SHA for 4441e4c
flask/j2challenge.md
@@ -6,7 +6,7 @@ Let the following be the data structure that you want to put inside of a hosts f
6
{"hostname": "hostB", "ip": "192.168.30.33", "fqdn": "hostB.localdomain"},
7
{"hostname": "hostC", "ip": "192.168.30.44", "fqdn": "hostC.localdomain"}]
8
9
-Your goal is to use Flask to create output like this:
+Your goal is to use Flask to create output like this (if possible, return this in HTML!):
10
11
192.168.30.22 hostA.localdomain # hostA
12
192.168.30.33 hostB.localdomain # hostB
0 commit comments