pupdns/include/udp_server.h

6 lines
57 B
C
Raw Normal View History

#pragma once
2025-07-08 15:36:27 -07:00
#define UDP_PORT 1053
int start_server();