(text: string)
| 37 | } |
| 38 | } |
| 39 | |
| 40 | // HTML转义(每个插件必须实现) |
| 41 | // 常量配置 |
| 42 | const DEFAULT_PORT = 40000; |
| 43 | const WARP_CONFIG_FILE = "/etc/wireguard/warp-account.conf"; |
| 44 | const WIREPROXY_CONFIG_FILE = "/etc/wireguard/proxy.conf"; |
| 45 | const WIREPROXY_SERVICE_FILE = "/lib/systemd/system/wireproxy.service"; |
| 46 | const WIREPROXY_BINARY = "/usr/bin/wireproxy"; |
no outgoing calls
no test coverage detected