8000 Tags · Jigsaw-Code/outline-ss-server · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Jigsaw-Code/outline-ss-server

Tags

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade `outline-sdk/x` (#248)

v1.9.2-rc1

Toggle v1.9.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade `outline-sdk/x` (#248)

outlinecaddy/v0.0.1

Toggle outlinecaddy/v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade `outline-sdk/x` (#248)

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: close UDP associations once relay is done (#238)

v1.9.1-rc1

Toggle v1.9.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: close UDP associations once relay is done (#238)

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: use the SDK's WebSocket `Upgrade()` function (#234)

* Use the new WS `Upgrade()` function from the SDK.

* Use `r.Context()`.

* Make sure the clientIP is not nil when we replace it.

* Bump the `outline-sdk` dependency.

* Explicitly allow `BSD-2-Clause` license.

* Bump the `outline-sdk` dependency.

v1.9.0-rc1

Toggle v1.9.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: use the SDK's WebSocket `Upgrade()` function (#234)

* Use the new WS `Upgrade()` function from the SDK.

* Use `r.Context()`.

* Make sure the clientIP is not nil when we replace it.

* Bump the `outline-sdk` dependency.

* Explicitly allow `BSD-2-Clause` license.

* Bump the `outline-sdk` dependency.

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enable `fwmark` (`SO_MARK`) for outgoing sockets (#202)

* feat: enable fwmark (SO_MARK) for outgoing sockets

* fix: make fwmark linux-specific functionality

* fix: minor improvements over handling fwmark

* Use `transport.PacketListener` as interface.

* Take the `syscall.RawConn` as input to `SetFwdmark()`.

* Some cleanup.

* Fix copyright dates for new files.

* Fix the error types.

* Revert changes to integration test.

---------

Co-authored-by: sbruens <sbruens@users.noreply.github.com>

v1.8.0-rc1

Toggle v1.8.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enable `fwmark` (`SO_MARK`) for outgoing sockets (#202)

* feat: enable fwmark (SO_MARK) for outgoing sockets

* fix: make fwmark linux-specific functionality

* fix: minor improvements over handling fwmark

* Use `transport.PacketListener` as interface.

* Take the `syscall.RawConn` as input to `SetFwdmark()`.

* Some cleanup.

* Fix copyright dates for new files.

* Fix the error types.

* Revert changes to integration test.

---------

Co-authored-by: sbruens <sbruens@users.noreply.github.com>

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: do not set the host address (#217)

0