mirror of https://github.com/dirtbags/moth.git
fix routing for p2
This commit is contained in:
parent
b1d0ba94e5
commit
d9e4ba9e41
|
@ -4,6 +4,8 @@ exec 2>&1
|
||||||
|
|
||||||
IP=$(dbip -p ../p2console/ip.txt)
|
IP=$(dbip -p ../p2console/ip.txt)
|
||||||
|
|
||||||
|
ip route add default via 10.0.0.1
|
||||||
|
|
||||||
# Link in puzzles and web pages
|
# Link in puzzles and web pages
|
||||||
install -d /var/www
|
install -d /var/www
|
||||||
for d in /opt/*; do
|
for d in /opt/*; do
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue