2024-11-16 23:52:17 +08:00
|
|
|
language = "C"
|
|
|
|
cpp_compat = true
|
|
|
|
|
2024-02-01 19:15:32 +08:00
|
|
|
[export]
|
2024-02-12 21:36:18 +08:00
|
|
|
include = [
|
2025-01-02 23:18:40 +08:00
|
|
|
"tun2proxy_run_with_cli",
|
2024-02-29 07:08:44 +03:30
|
|
|
"tun2proxy_with_fd_run",
|
|
|
|
"tun2proxy_with_name_run",
|
2025-01-03 15:15:05 +08:00
|
|
|
"tun2proxy_stop",
|
2024-02-12 21:36:18 +08:00
|
|
|
"tun2proxy_set_log_callback",
|
2024-06-05 19:51:46 +08:00
|
|
|
"tun2proxy_set_traffic_status_callback",
|
2024-02-12 21:36:18 +08:00
|
|
|
]
|
2024-02-01 19:15:32 +08:00
|
|
|
exclude = [
|
|
|
|
"Java_com_github_shadowsocks_bg_Tun2proxy_run",
|
|
|
|
"Java_com_github_shadowsocks_bg_Tun2proxy_stop",
|
2024-11-16 23:52:17 +08:00
|
|
|
"UdpFlag",
|
2024-02-01 19:15:32 +08:00
|
|
|
]
|
2024-03-30 12:30:01 +08:00
|
|
|
|
|
|
|
[export.rename]
|
|
|
|
"ArgVerbosity" = "Tun2proxyVerbosity"
|
|
|
|
"ArgDns" = "Tun2proxyDns"
|
2024-06-05 19:51:46 +08:00
|
|
|
"TrafficStatus" = "Tun2proxyTrafficStatus"
|
2024-03-30 12:30:01 +08:00
|
|
|
|
|
|
|
[enum]
|
|
|
|
prefix_with_name = true
|