GET /ping
GET /inbounds/{tag}/stats
GET /outbounds/{tag}/stats
GET /version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9445147f-1f59-adbb-7784-0dda69bef33f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const child = require('child_process'); | |
const latestTag = child.execSync('git describe --tags --long').toString('utf-8').split('-')[0]; | |
const logs = child.execSync(`git log ${latestTag}..HEAD --oneline --decorate`).toString("utf-8"); | |
logs.split("\n") | |
.map(commit => { | |
let sha = commit.substring(0, 8) | |
let message = commit.substring(8).trim() | |
console.info(`* ${message} ([${sha}](https://github.com/v2fly/v2ray-core/commit/${sha}))`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import libtorrent as lt | |
import requests | |
from bs4 import BeautifulSoup | |
import time | |
alert_mask = ( | |
lt.alert.category_t.error_notification | |
| lt.alert.category_t.port_mapping_notification | |
| lt.alert.category_t.status_notification | |
| lt.alert.category_t.stats_notification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[custom] | |
ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/LocalAreaNetwork.list | |
ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/GoogleCN.list | |
ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Ruleset/SteamCN.list | |
ruleset=💬 OpenAi,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/Ruleset/OpenAi.list | |
ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaDomain.list | |
ruleset=🎯 全球直连,https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/ChinaCompanyIp.list | |
ruleset=🎯 全球直连,[]GEOIP,CN | |
ruleset=🐟 漏网之鱼,[]FINAL |