mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-27 12:15:29 +00:00
48 lines
613 B
Plaintext
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
|
|
}
|