This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-os-buildimage/ansible/roles/firewall/templates/firewall.inf.j2.j2

53 lines
992 B
Django/Jinja

[PLUGINFO]
PLUGNAME=FIREWALL
SO_PATH=./plug/business/firewall/firewall.so
INIT_FUNC=firewall_init
DESTROY_FUNC=firewall_destory
[SSL]
FUNC_FLAG=SSL_CLIENT_HELLO,SSL_SERVER_HELLO,SSL_APPLICATION_DATA,SSL_CERTIFICATE_DETAIL
FUNC_NAME=firewall_ssl_plug_entry
[MAIL]
FUNC_FLAG=ALL
FUNC_NAME=firewall_mail_plug_entry
[HTTP]
FUNC_FLAG=ALL
FUNC_NAME=firewall_http_plug_entry
[QUIC]
FUNC_FLAG=QUIC_CLIENT_HELLO,QUIC_SERVER_HELLO,QUIC_CACHED_CERT,QUIC_COMM_CERT,QUIC_CERT_CHAIN,QUIC_VERSION,QUIC_APPLICATION_DATA
FUNC_NAME=firewall_quic_plug_entry
[FTP]
FUNC_FLAG=ALL
FUNC_NAME=firewall_ftp_plug_entry
[RTP]
FUNC_FLAG=ALL
FUNC_NAME=firewall_rtp_plug_entry
[SIP]
FUNC_FLAG=ALL
FUNC_NAME=firewall_sip_plug_entry
[SSH]
FUNC_FLAG=ALL
FUNC_NAME=firewall_ssh_plug_entry
[STRATUM]
FUNC_FLAG=ALL
FUNC_NAME=firewall_stratum_plug_entry
[RDP]
FUNC_FLAG=ALL
FUNC_NAME=firewall_rdp_plug_entry
[DNS]
FUNC_FLAG=ALL
FUNC_NAME=firewall_dns_plug_entry
[DTLS]
FUNC_FLAG=ALL
FUNC_NAME=firewall_dtls_plug_entry