Skip to content

Commit 5726a7f

Browse files
authored
fix attacker port number
1 parent 722d62f commit 5726a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simulation/web_visualization/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
caldera: "http://127.0.0.1:8888/"
325325
},
326326
"192.168.95.45": {
327-
attacker: "http://192.168.90.6:6088/",
327+
attacker: "http://192.168.90.6:6080/",
328328
defender: "http://192.168.95.5:6080/",
329329
caldera: "http://192.168.90.250:8888/"
330330
}
@@ -611,4 +611,4 @@ <h1>GRFICSv3</h1>
611611
</div>
612612

613613
</body>
614-
</html>
614+
</html>

0 commit comments

Comments
 (0)