Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Replace default Health Ping URL to HTTPS #1991

Merged
merged 3 commits into from
Sep 19, 2022

Conversation

4-FLOSS-Free-Libre-Open-Source-Software
Copy link
Contributor

Destination URL, need 204 for success, return default to chromium browser URL

This is by default used by chromium based browsers and by all android >6 devices

@4-FLOSS-Free-Libre-Open-Source-Software 4-FLOSS-Free-Libre-Open-Source-Software changed the title replace HealthPing URL to HTTPS Replace default Health Ping URL to HTTPS Sep 17, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2022

Codecov Report

Base: 38.96% // Head: 38.91% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (0395763) compared to base (98a0399).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1991      +/-   ##
==========================================
- Coverage   38.96%   38.91%   -0.06%     
==========================================
  Files         616      611       -5     
  Lines       36442    36367      -75     
==========================================
- Hits        14199    14151      -48     
+ Misses      20656    20635      -21     
+ Partials     1587     1581       -6     
Impacted Files Coverage Δ
app/observatory/burst/config.pb.go 17.54% <ø> (ø)
app/observatory/burst/healthping.go 0.00% <0.00%> (ø)
testing/servers/tcp/tcp.go 81.81% <0.00%> (-5.46%) ⬇️
testing/scenarios/common.go 75.00% <0.00%> (-4.29%) ⬇️
transport/internet/kcp/connection.go 69.61% <0.00%> (-2.21%) ⬇️
common/log/logger.go 80.88% <0.00%> (-1.48%) ⬇️
transport/internet/kcp/receiving.go 98.65% <0.00%> (-1.35%) ⬇️
common/platform/windows.go
transport/internet/filelocker_windows.go
transport/internet/sockopt_windows.go
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kslr kslr changed the title Replace default Health Ping URL to HTTPS feat: Replace default Health Ping URL to HTTPS Sep 19, 2022
@kslr kslr merged commit 5bc04f3 into v2fly:master Sep 19, 2022
@AkinoKaede
Copy link
Contributor

I think we can use https://api.v2fly.org/checkConnection.svgz.

@4-FLOSS-Free-Libre-Open-Source-Software
Copy link
Contributor Author

4-FLOSS-Free-Libre-Open-Source-Software commented Sep 20, 2022 via email

maskedeken pushed a commit to maskedeken/v2ray-core that referenced this pull request Mar 10, 2023
Co-authored-by: ksco.he <[email protected]>
Co-authored-by: 秋のかえで <[email protected]>

Chore: bump google.golang.org/grpc from 1.49.0 to 1.50.0 (v2fly#2046)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fix: socks4/4a client handshake (v2fly#1971)

Feat: add transport original name to listen unix (v2fly#2048)

Feat: add bind to device to Windows and Darwin (v2fly#1972)

fix: Replace "math/rand" with "crypto/rand" in padding generation(v2fly#2032)

Chore: github.com/lucas-clemente/quic-go from 0.29.0 to 0.29.1 (v2fly#2010)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat: Replace default Health Ping URL to HTTPS (v2fly#1991)

Chore: update dependencies (v2fly#1995)

Refactor: replace netaddr package with netipx (v2fly#1994)

Fix: remove v2ctl from debian/rules (v2fly#1954)

* Remove v2ctl from debian/rules

It seems to be left over from v2fly#488

* Chore: use Go v1.19 to build debian package

Co-authored-by: Loyalsoldier <[email protected]>

Chore: bump google.golang.org/grpc from 1.48.0 to 1.49.0 (v2fly#1935)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Chore: bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (v2fly#1959)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Chore: bump github.com/jhump/protoreflect from 1.12.0 to 1.13.0 (v2fly#1982)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

feat: Implement Match and MatchAny for all MatcherGroup, IndexMatcher

[common/strmatcher] Implement Match and MatchAny for all MatcherGroup and IndexMatcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants