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 | ea44deee383e1d2584bd250ca44ef0328e5d1baa (patch) | |
tree | 9304f5676f48523875f94789d6ec45f1fa576541 /cfg/tcp.cfg | |
parent | 776311397d4db04b63f883d60c3adf998129de74 (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'. |