diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-17 15:31:34 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-17 15:31:34 +0000 |
commit | 05cf090d7b9624aec885af0d021ce03fc508ef4d (patch) | |
tree | 9304f5676f48523875f94789d6ec45f1fa576541 /cfg/tcp.cfg | |
parent | 6f95b7b540e045bdb87e20d51c5875e9d12be7f6 (diff) |
New cfg file.
Diffstat (limited to 'cfg/tcp.cfg')
-rw-r--r-- | cfg/tcp.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cfg/tcp.cfg b/cfg/tcp.cfg new file mode 100644 index 0000000..0da1c81 --- /dev/null +++ b/cfg/tcp.cfg @@ -0,0 +1,15 @@ + +# +# TCP-protocol tests. +# + + +# +# SMTP +# +mail.steve.org.uk must run tcp on 25 with banner 'smtp' otherwise 'mail fail'. + +# +# SSH +# +ssh.steve.org.uk must run tcp on 2222 with banner 'ssh' otherwise 'ssh fail'. |