Skip to content

webhook-proxy2

webhook-proxy2 #148

Workflow file for this run

name: proxy2
on:
workflow_dispatch:
repository_dispatch:
types:
- webhook-proxy2
push:
branches: [ main ]
paths:
- 'env.txt'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build the Docker image
run: |
tar zxvf gost2.tar.gz
# 代理端口 8888
${{secrets.GOST_SHELL2}}
# 启动vpn服务 8888
#./gost -L=ss2://AEAD_CHACHA20_POLY1305:jiro1234@:8888
wget https://github.com/shadowsocks/go-shadowsocks2/releases/download/v0.1.5/shadowsocks2-linux.gz && gzip -d shadowsocks2-linux.gz
chmod 777 ./shadowsocks2-linux
./shadowsocks2-linux -s 'ss://AEAD_CHACHA20_POLY1305:jiro1234@:8888' -verbose