Chore: update debian package (#975)

This commit is contained in:
Loyalsoldier 2021-05-05 10:34:12 +08:00 committed by GitHub
parent 8ce32e0d4c
commit 736379d22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Build debian packages
on:
workflow_dispatch:
push:
branches:
- master
@ -60,7 +61,7 @@ jobs:
path: ./*.deb
- name: Setup Repository
if: github.event_name == 'release'
if: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
run: |
git clone https://github.com/v2fly/debian.git archive
echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key

View File

@ -1,3 +1,17 @@
v2ray-core (4.38.3-1) unstable; urgency=medium
* FakeDNS: add fakedns+others sniffer
* FakeDNS: support dual stack IP pool by default
* Observatory: A component that measures the connectivity of selected outbounds
* Multi-JSON support for Observatory & BrowserForwarder
* Routing: add leastPing balancing strategy
* Fix: FakeDNS crash
* Fix: FakeDNS return ErrEmptyResponse when no FakeIP found
* Fix: UDP DNS connection crash
* More details in https://github.com/v2fly/v2ray-core/releases/tag/v4.38.3
-- V2Fly <dev@v2fly.org> Wed, 5 May 2021 10:00:00 +0800
v2ray-core (4.37.3-1) unstable; urgency=medium
* DNS: hosts support multiple addresses (#884 #886 #888)