Roman Arutyunyan
Roman Arutyunyan
Supported features: tcpdrop saddr:sport daddr:dport tcpdrop -s saddr:sport tcpdrop -d daddr:dport tcpdrop -t tcpdrop -i inode - drop by destination - drop by source - drop all time_wait - drop...
need to support ipv6 make use of: in4_pton in6_pton
Add mysql_format [plain|rds] to config with default plain. plain is the current behaivior, rds can be filtered with HttpRdsJsonModule HttpRdsCsvModule (details here http://wiki.nginx.org/HttpDrizzleModule#Output_Format)
This is an effort to add all IANA media types to nginx. IANA provides a list of media types in CSV format [here](https://www.iana.org/assignments/media-types/media-types.xhtml#example). However file extensions for different types overlap....
QUIC bpf program previously used struct bpf_map_def which was deprecated in [1] (kernel version 5.18) and removed in [2] (kernel 6.1). New-style BTF map definitions were added in [3] (linux...
The change allows to reload NGINX configuration in workers by sending `SIGURG` to the master process, or by using `-s update` command line option. A dynamic configuration MUST reuse existing...