Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:iochen/v2gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Chen committed Feb 20, 2021
2 parents 94c0349 + 627fa1e commit 33b1264
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 24 deletions.
62 changes: 62 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"

on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 3 * * 3'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['go']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

steps:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,14 @@ You can use use vmess ping instead of ICMP ping

## Preview
```
[ 0] 中继香港C5 Media (HK)(1) [451ms (0 errors)]
[ 1] 中继香港C6 Media (HK)(1) [452ms (0 errors)]
[ 2] BGP中继香港 2 Media (HK)(1) [468ms (0 errors)]
[ 3] 中继香港C1 Media (HK)(1) [518ms (0 errors)]
[ 4] 中继香港C3 Media (HK)(1) [527ms (0 errors)]
[ 5] 中继香港C2 Media (HK)(1) [536ms (0 errors)]
[ 6] BGP中继香港 3 Media (HK)(1) [778ms (0 errors)]
[ 7] BGP中继香港 1 Media (HK)(1) [881ms (0 errors)]
[ 8] 中继香港G2 Media (HK)(1) [904ms (0 errors)]
[ 9] 中继香港G1 Media (HK)(1) [1.35s (1 errors)]
[ 0] Server A [451ms (0 errors)]
[ 1] Server B [452ms (0 errors)]
[ 3] Server C [251ms (0 errors)]
...
[25] Server Z [652ms (2 errors)]
=====================
Please Select:
```
[*service provider aff*](https://duangcloud.org/aff.php?aff=502)

## Build or Download
```sh
Expand Down Expand Up @@ -151,4 +144,4 @@ writeBufferSize: 1
## LINCENSE
MIT LICENSE
MIT LICENSE
17 changes: 5 additions & 12 deletions README_zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,14 @@ v2gen 是一个强大的 V2Ray 订阅客户端,使用 vmessping 代替 ICMP pi

## 预览
```
[ 0] 中继香港C5 Media (HK)(1) [451ms (0 errors)]
[ 1] 中继香港C6 Media (HK)(1) [452ms (0 errors)]
[ 2] BGP中继香港 2 Media (HK)(1) [468ms (0 errors)]
[ 3] 中继香港C1 Media (HK)(1) [518ms (0 errors)]
[ 4] 中继香港C3 Media (HK)(1) [527ms (0 errors)]
[ 5] 中继香港C2 Media (HK)(1) [536ms (0 errors)]
[ 6] BGP中继香港 3 Media (HK)(1) [778ms (0 errors)]
[ 7] BGP中继香港 1 Media (HK)(1) [881ms (0 errors)]
[ 8] 中继香港G2 Media (HK)(1) [904ms (0 errors)]
[ 9] 中继香港G1 Media (HK)(1) [1.35s (1 errors)]
[ 0] Server A [451ms (0 errors)]
[ 1] Server B [452ms (0 errors)]
[ 3] Server C [251ms (0 errors)]
...
[25] Server Z [652ms (2 errors)]
=====================
Please Select:
```
[*服务提供商 aff*](https://duangcloud.org/aff.php?aff=502)



Expand Down Expand Up @@ -358,4 +351,4 @@ writeBufferSize: 1

## LICENSE

MIT LICENSE
MIT LICENSE

0 comments on commit 33b1264

Please sign in to comment.