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

Alpha #355

Closed
wants to merge 74 commits into from
Closed

Alpha #355

wants to merge 74 commits into from

Conversation

kunish
Copy link

@kunish kunish commented Jan 28, 2023

  • fix: skip-cert-verify is true by default (fix: skip-cert-verify is true by default #333)
  • chore: Refine process code
  • chore: adjust the case of Program names and HttpRequest UA
  • Fix: TLS defaults to true for h2/grpc networks
  • chore: update gitignore
  • refactor: replace experimental.fingerprints with custom-certificates and Change the fingerprint verification logic to SSL pinning
  • chore: update config.yaml
  • fix: ss converter cipher missing
  • fix: config parse error
  • Update Makefile add CGO support for release build add release.sh
  • chore: better workflow
  • chore: Update dependencies
  • chore: better workflow
  • refactor: Implement extended IO
  • chore: tuic decrease unneeded copy
  • chore: decrease direct depend on the sing package
  • adjust: Improve WebSocket mask
  • chore: code cleanup
  • fix: add ReaderReplaceable to BufferedConn, avoid buffered data lost
  • fix: addr panic
  • fix: add Upstream to refconn
  • chore: better workflow
  • feat: gRPC gun implement extended writer
  • chore: better workflow
  • chore: Update BBR config chore: Adjust workflow
  • fix: Add CC for TUIC server
  • fix: tuic server's SetCongestionController
  • chore: Update dependencies
  • chore: Update const type
  • chore: update docker.yaml and Makefile docker
  • fix: tuic server's MaxIncomingStreams
  • chore: better parseAddr
  • fix: tcpTracker's upload
  • chore: update quic-go
  • chore: new Random TLS KeyPair when empty input
  • Fix: Remove EnableProcess from config.go and enable-process from config.yaml. Fix: FindProcess is now enabled by default when the rule set contains process-name rules.
  • Update README.md
  • fix: ShadowTLS header use array instead
  • chore: Correct the decision of enabling find process
  • Chore: Update paths-ignore
  • fix: ipv6 logic
  • chore: adjust log
  • chore: better log
  • feat: better config for sniffer
  • feat: add override-destination for sniffer
  • chore: update config.yaml
  • chore: update config.yaml
  • chore: update config.yaml
  • chore: update config.yaml
  • make ConvertsV2Ray more robust (make ConvertsV2Ray more robust #349)
  • Chore: Decrease the default MaxUdpRelayPacketSize to 1252 to avoid the relay UDP exceeding the size of the QUIC's datagram. ClientMaxOpenStreams now follows the config.yaml option.
  • Chore: Update config.yaml
  • Chore: Action ignore docs/**,README.md when push.
  • chore: better source address
  • chore: update workflows docker
  • Update config.yaml
  • feat: Converter support WS early data parameters
  • fix: sub-rule condition don't work
  • chore: better parse udp dns
  • Chore: Add GEO data url configuration.
  • Chore: Change default latency test url to HTTPS.
  • Chore: Better parsing pure IPv6 UDP DNS
  • chore: better parsing pure UDP DNS
  • chore: clear code
  • feature: geosite-based nameserver policy
  • chore: restful api display xudp for VLESS and VMess
  • chore: adjust keyword for geosite-based nameserver policy
  • chore: update config.yaml
  • Feature: add dns query json api
  • Fix: dns api panic on disable dns section (#2498)
  • adjust: VLESS enable XUDP by default
  • fix: parse error
  • chore: better dns log
  • docs(README.md): remove missing image link, mention Yacd-meta

3andero and others added 30 commits January 13, 2023 09:55
* fix: skip-cert-verify is true by default

* fix: format

* fix: typo

Co-authored-by: 3andero <3andero@github.com>
Co-authored-by: Hellojack <106379370+H1JK@users.noreply.github.com>
…and Change the fingerprint verification logic to SSL pinning
add CGO support for release build
add release.sh
chore: Adjust workflow
Skyxim and others added 29 commits January 23, 2023 14:12
* make ConvertsV2Ray more  robust
* add log
* fix
…e relay UDP exceeding the size of the QUIC's datagram.

ClientMaxOpenStreams now follows the config.yaml option.
@kunish kunish closed this Jan 28, 2023
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.