Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

wangsijie/setup-v2ray

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

setup v2ray

Setup V2Ray for GitHub actions.

- uses: wangsijie/setup-v2ray@v1
    with:
      config-base64: ${{ secrets.CONFIG }}

works like:

- run: curl ip.sb # see if it is the proxy server's ip
  env:
    http_proxy: "127.0.0.1:1080"

config

config-base64 is base64 encoded string of V2Ray's config.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published