mirror of https://github.com/dirtbags/moth.git
Fix a couple critical bugs
This commit is contained in:
parent
78a97eab96
commit
4c774f3ec8
|
@ -2,4 +2,20 @@
|
||||||
* tanks/designer.cgi: s/token/team hash/
|
* tanks/designer.cgi: s/token/team hash/
|
||||||
* teams.txt: Come up with a better solution to creating this at boot
|
* teams.txt: Come up with a better solution to creating this at boot
|
||||||
|
|
||||||
|
NMT
|
||||||
|
---
|
||||||
|
* Lots of files missing at startup: I really need a new-contest script
|
||||||
|
* Tanks aren't awarding points (hadn't added tokens to packages)
|
||||||
|
* put tokencli in tanks package
|
||||||
|
* all packages ought to work standalone
|
||||||
|
* scoreboard: 8 points (1,1,3,3) looks incorrectly proportioned, maybe
|
||||||
|
table height competing with cell height?
|
||||||
|
* sequence 300; puzzler isn't taking the unicode character right
|
||||||
|
|
||||||
|
|
||||||
|
Physical
|
||||||
|
--------
|
||||||
|
|
||||||
|
* We should buy a longer VGA cable
|
||||||
|
* Tape!
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
jako561962
|
bigbadaboom
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
hostname mcp
|
hostname mcp
|
||||||
|
|
||||||
ifconfig eth0 10.0.0.2 netmask 255.255.0.0
|
ifconfig eth0 10.0.0.2 netmask 255.255.0.0
|
||||||
|
route add default gw 10.0.0.1
|
||||||
|
|
||||||
exec inotifyd true $(pwd):x
|
exec inotifyd true $(pwd):x
|
||||||
|
|
|
@ -7,4 +7,5 @@ fi
|
||||||
|
|
||||||
hostname pwnables
|
hostname pwnables
|
||||||
ifconfig eth0 10.0.0.10 netmask 255.255.0.0
|
ifconfig eth0 10.0.0.10 netmask 255.255.0.0
|
||||||
|
route add default gw 10.0.0.1
|
||||||
exec inotifyd true $(pwd):x
|
exec inotifyd true $(pwd):x
|
||||||
|
|
Loading…
Reference in New Issue