10 lines
205 B
Bash
Executable file
10 lines
205 B
Bash
Executable file
#!/bin/rc
|
|
# setup - prep for the mkfile
|
|
9fs sources
|
|
9fs other
|
|
9fs outfsother
|
|
if (test -e /cfg/$sysname/config)
|
|
. /cfg/$sysname/config
|
|
if not
|
|
outip=204.178.31.2
|
|
import -c tcp!$outip!666 $dist/web.protect
|