0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-27 12:15:29 +00:00
redsocks/tests/inetd/testing
Leonid Evdokimov aa6c7500aa Add smoke tests
2016-04-12 12:16:28 +03:00

48 lines
613 B
Plaintext

service daytime
{
disable = no
type = INTERNAL
id = daytime-stream
socket_type = stream
protocol = tcp
user = root
wait = no
flags = IPv6
}
service discard
{
disable = no
type = INTERNAL
id = discard-stream
socket_type = stream
protocol = tcp
user = root
wait = no
flags = IPv6
}
service echo
{
disable = no
type = INTERNAL
id = echo-stream
socket_type = stream
protocol = tcp
user = root
wait = no
flags = IPv6
}
service chargen
{
disable = no
type = INTERNAL
id = chargen-stream
socket_type = stream
protocol = tcp
user = root
wait = no
flags = IPv6
}