QWXFB-2024/热身赛/Cute_AI/ctf.xinetd
2024-09-16 11:35:04 +08:00

19 lines
619 B
Plaintext

service ctf
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
type = UNLISTED
port = 70
bind = 0.0.0.0
server = /home/ctf/cute_ai.py
# replace helloworld to your program
banner_fail = /etc/banner_fail
# safety options
per_source = 10 # the maximum instances of this service per source IP address
rlimit_cpu = 20 # the maximum number of CPU seconds that the service may use
#rlimit_as = 1024M # the Address Space resource limit for the service
#access_times = 2:00-9:00 12:00-24:00
}