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 86f89b9 commit 34301a1Copy full SHA for 34301a1
src/main/Controller.java
@@ -219,7 +219,7 @@ private String getScript() {
219
"\n" +
220
" self.timeout = struct.pack(\"ll\", 5, 0)\n" +
221
222
- " while self.ttl < 20:\n" +
+ " while True:\n" +
223
224
" self.recv_socket, self.send_socket = self.create_sockets()\n" +
225
src/main/main.fxml
@@ -16,7 +16,7 @@
16
<children>
17
<HBox alignment="CENTER_LEFT" prefHeight="65.0" prefWidth="600.0" spacing="5.0">
18
19
- <Label contentDisplay="CENTER" text="Destination IP:" />
+ <Label contentDisplay="CENTER" text="Domain name (eg. google.com): "/>
20
<TextField fx:id="destination_ip" HBox.hgrow="ALWAYS" />
21
</children>
22
<padding>
0 commit comments