mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
Chore: update debian package (#975)
This commit is contained in:
parent
8ce32e0d4c
commit
736379d22d
3
.github/workflows/deb.yml
vendored
3
.github/workflows/deb.yml
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user