diff options
Diffstat (limited to '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'. |