mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
cf5258bcc8
2 changed files with 28 additions and 0 deletions
23
.github/workflows/ci-ubuntu.yml
vendored
Normal file
23
.github/workflows/ci-ubuntu.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
name: Build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
- name: Checkout wireproxy
|
||||
uses: actions/checkout@v2
|
||||
- name: Build wireproxy
|
||||
run: go build ./cmd/wireproxy
|
||||
|
|
@ -65,3 +65,8 @@ BindAddress = 127.0.0.1:25344
|
|||
# Avoid using spaces in the password field
|
||||
#Password = ...
|
||||
```
|
||||
|
||||
|
||||
## Stargazers over time
|
||||
|
||||
[](https://starchart.cc/octeep/wireproxy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue