Compare commits

..

42 Commits

Author SHA1 Message Date
世界
7b7820a322
documentation: Bump version 2025-03-14 22:44:09 +08:00
世界
c38d3fb3b5
Fix DNS lookup context pollution 2025-03-14 22:39:33 +08:00
世界
b440c3371a
Fix http3 DNS server connecting to wrong address 2025-03-14 22:39:33 +08:00
Restia-Ashbell
228bdfa243
documentation: Fix typo 2025-03-14 22:39:33 +08:00
anytls
c13762f2b7
Update sing-anytls
Co-authored-by: anytls <anytls>
2025-03-14 22:39:33 +08:00
k9982874
32b7fc91a5
Fix hosts DNS server 2025-03-14 22:39:32 +08:00
世界
07859befcd
Fix UDP DNS server crash 2025-03-14 22:39:32 +08:00
世界
ebff681aa7
documentation: Fix missing ip_accept_any DNS rule option 2025-03-14 22:39:32 +08:00
世界
011dd16efb
Fix anytls dialer usage 2025-03-14 22:39:31 +08:00
世界
d32a9f0f7c
Move predefined DNS server to rule action 2025-03-14 22:39:31 +08:00
世界
9295aba05a
Fix domain resolver on direct outbound 2025-03-14 22:39:31 +08:00
Zephyruso
8f0dc74b41
Fix missing AnyTLS display name 2025-03-14 22:39:31 +08:00
anytls
07475132c0
Update sing-anytls
Co-authored-by: anytls <anytls>
2025-03-14 22:39:30 +08:00
Estel
1c85682f36
documentation: Fix typo
Signed-off-by: Estel <callmebedrockdigger@gmail.com>
2025-03-14 22:39:30 +08:00
TargetLocked
5b4dfea740
Fix parsing legacy DNS options 2025-03-14 22:39:30 +08:00
世界
e01712fd40
Fix DNS fallback 2025-03-14 22:39:30 +08:00
世界
0e98b5fe44
documentation: Fix missing hosts DNS server 2025-03-14 22:39:29 +08:00
anytls
b10037bb57
Add MinIdleSession option to AnyTLS outbound
Co-authored-by: anytls <anytls>
2025-03-14 22:39:29 +08:00
ReleTor
50bacf545b
documentation: Minor fixes 2025-03-14 22:39:29 +08:00
libtry486
5489daf126
documentation: Fix typo
fix typo

Signed-off-by: libtry486 <89328481+libtry486@users.noreply.github.com>
2025-03-14 22:39:28 +08:00
Alireza Ahmadi
b5f828ad84
Fix Outbound deadlock 2025-03-14 22:39:28 +08:00
世界
16f034037b
documentation: Fix AnyTLS doc 2025-03-14 22:39:27 +08:00
anytls
75f4a3d4a8
Add AnyTLS protocol 2025-03-14 22:39:27 +08:00
世界
69a6dc50f3
Migrate to stdlib ECH support 2025-03-14 22:39:27 +08:00
世界
40e24a440e
Add fallback local DNS server for iOS 2025-03-14 22:39:26 +08:00
世界
a4c3367c71
Get darwin local DNS server from libresolv 2025-03-14 22:39:26 +08:00
世界
abfebd1e96
Improve resolve action 2025-03-14 22:39:25 +08:00
世界
877988b3e9
Fix toolchain version 2025-03-14 22:39:25 +08:00
世界
f7c1ebd56d
Add back port hopping to hysteria 1 2025-03-14 22:39:25 +08:00
世界
a407c03497
Update dependencies 2025-03-14 22:39:25 +08:00
xchacha20-poly1305
474efa5585
Remove single quotes of raw Moziila certs 2025-03-14 22:39:24 +08:00
世界
6225ea1980
Add Tailscale endpoint 2025-03-14 22:39:24 +08:00
世界
aa6b2404ab
Build legacy binaries with latest Go 2025-03-14 22:39:24 +08:00
世界
4c59a3cf7c
documentation: Remove outdated icons 2025-03-14 22:39:23 +08:00
世界
9fd37c7b02
documentation: Certificate store 2025-03-14 22:39:23 +08:00
世界
b21a79bc12
documentation: TLS fragment 2025-03-14 22:39:23 +08:00
世界
d7d87436d7
documentation: Outbound domain resolver 2025-03-14 22:39:23 +08:00
世界
4f735529e5
documentation: Refactor DNS 2025-03-14 22:39:22 +08:00
世界
bca4b38fce
Add certificate store 2025-03-14 22:39:22 +08:00
世界
a8a5ae2e77
Add TLS fragment support 2025-03-14 22:39:22 +08:00
世界
8929b4161d
refactor: Outbound domain resolver 2025-03-14 22:39:22 +08:00
世界
6fb79d5d72
refactor: DNS 2025-03-14 22:39:22 +08:00
6 changed files with 16 additions and 73 deletions

View File

@ -103,14 +103,9 @@ func NewWithOptions(options Options) (N.Dialer, error) {
resolveFallbackDelay = time.Duration(dialOptions.FallbackDelay)
} else if options.NewDialer {
return nil, E.New("missing domain resolver for domain server address")
} else {
transports := dnsTransport.Transports()
if len(transports) < 2 {
dnsQueryOptions.Transport = dnsTransport.Default()
} else {
deprecated.Report(options.Context, deprecated.OptionMissingDomainResolver)
}
}
dialer = NewResolveDialer(
options.Context,
dialer,

View File

@ -4,15 +4,8 @@ icon: material/alert-decagram
#### 1.12.0-alpha.16
* Update `domain_resolver` behavior **1**
* Fixes and improvements
**1**:
`route.default_domain_resolver` or `outbound.domain_resolver` is now optional when only one DNS server is configured.
See [Dial Fields](/configuration/shared/dial/#domain_resolver).
### 1.11.5
* Fixes and improvements

View File

@ -106,10 +106,6 @@ Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
`outbound` DNS rule items are deprecated and will be removed in sing-box 1.14.0, so this item will be required for outbound/endpoints using domain name in server address since sing-box 1.14.0.
!!! info ""
`domain_resolver` or `route.default_domain_resolver` is optional when only one DNS server is configured.
Set domain resolver to use for resolving domain names.
This option uses the same format as the [route DNS rule action](/configuration/dns/rule_action/#route) without the `action` field.

View File

@ -105,10 +105,6 @@ icon: material/new-box
`outbound` DNS 规则项已弃用,且将在 sing-box 1.14.0 中被移除。因此,从 sing-box 1.14.0 版本开始,所有在服务器地址中使用域名的出站/端点均需配置此项。
!!! info ""
当只有一个 DNS 服务器已配置时,`domain_resolver``route.default_domain_resolver` 是可选的。
用于设置解析域名的域名解析器。
此选项的格式与 [路由 DNS 规则动作](/configuration/dns/rule_action/#route) 相同,但不包含 `action` 字段。

View File

@ -116,14 +116,7 @@ func (o *DomainResolveOptions) UnmarshalJSON(bytes []byte) error {
o.Server = stringValue
return nil
}
err = json.Unmarshal(bytes, (*_DomainResolveOptions)(o))
if err != nil {
return err
}
if o.Server == "" {
return E.New("empty domain_resolver.server")
}
return nil
return json.Unmarshal(bytes, (*_DomainResolveOptions)(o))
}
func (o *DialerOptions) TakeDialerOptions() DialerOptions {

View File

@ -5,7 +5,6 @@ import (
"io"
"net"
"net/netip"
"os"
"sync"
"sync/atomic"
"time"
@ -15,7 +14,6 @@ import (
"github.com/sagernet/sing-box/common/tlsfragment"
C "github.com/sagernet/sing-box/constant"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/buf"
"github.com/sagernet/sing/common/bufio"
"github.com/sagernet/sing/common/canceler"
E "github.com/sagernet/sing/common/exceptions"
@ -208,16 +206,14 @@ func (m *ConnectionManager) NewPacketConnection(ctx context.Context, this N.Dial
go m.packetConnectionCopy(ctx, destination, conn, true, &done, onClose)
}
func (m *ConnectionManager) connectionCopy(ctx context.Context, source net.Conn, destination net.Conn, direction bool, done *atomic.Bool, onClose N.CloseHandlerFunc) {
var (
sourceReader io.Reader = source
destinationWriter io.Writer = destination
)
func (m *ConnectionManager) connectionCopy(ctx context.Context, source io.Reader, destination io.Writer, direction bool, done *atomic.Bool, onClose N.CloseHandlerFunc) {
originSource := source
originDestination := destination
var readCounters, writeCounters []N.CountFunc
for {
sourceReader, readCounters = N.UnwrapCountReader(sourceReader, readCounters)
destinationWriter, writeCounters = N.UnwrapCountWriter(destinationWriter, writeCounters)
if cachedSrc, isCached := sourceReader.(N.CachedReader); isCached {
source, readCounters = N.UnwrapCountReader(source, readCounters)
destination, writeCounters = N.UnwrapCountWriter(destination, writeCounters)
if cachedSrc, isCached := source.(N.CachedReader); isCached {
cachedBuffer := cachedSrc.ReadCached()
if cachedBuffer != nil {
dataLen := cachedBuffer.Len()
@ -227,7 +223,7 @@ func (m *ConnectionManager) connectionCopy(ctx context.Context, source net.Conn,
if done.Swap(true) {
onClose(err)
}
common.Close(source, destination)
common.Close(originSource, originDestination)
if !direction {
m.logger.ErrorContext(ctx, "connection upload payload: ", err)
} else {
@ -246,13 +242,9 @@ func (m *ConnectionManager) connectionCopy(ctx context.Context, source net.Conn,
}
break
}
if earlyConn, isEarlyConn := common.Cast[N.EarlyConn](destinationWriter); isEarlyConn && earlyConn.NeedHandshake() {
err := m.connectionCopyEarly(source, destination)
if earlyConn, isEarlyConn := common.Cast[N.EarlyConn](destination); isEarlyConn && earlyConn.NeedHandshake() {
_, err := destination.Write(nil)
if err != nil {
if done.Swap(true) {
onClose(err)
}
common.Close(source, destination)
if !direction {
m.logger.ErrorContext(ctx, "connection upload handshake: ", err)
} else {
@ -261,20 +253,20 @@ func (m *ConnectionManager) connectionCopy(ctx context.Context, source net.Conn,
return
}
}
_, err := bufio.CopyWithCounters(destination, sourceReader, source, readCounters, writeCounters)
_, err := bufio.CopyWithCounters(destination, source, originSource, readCounters, writeCounters)
if err != nil {
common.Close(source, destination)
common.Close(originDestination)
} else if duplexDst, isDuplex := destination.(N.WriteCloser); isDuplex {
err = duplexDst.CloseWrite()
if err != nil {
common.Close(source, destination)
common.Close(originSource, originDestination)
}
} else {
destination.Close()
common.Close(originDestination)
}
if done.Swap(true) {
onClose(err)
common.Close(source, destination)
common.Close(originSource, originDestination)
}
if !direction {
if err == nil {
@ -295,28 +287,6 @@ func (m *ConnectionManager) connectionCopy(ctx context.Context, source net.Conn,
}
}
func (m *ConnectionManager) connectionCopyEarly(source net.Conn, destination io.Writer) error {
payload := buf.NewPacket()
defer payload.Release()
err := source.SetReadDeadline(time.Now().Add(C.ReadPayloadTimeout))
if err != nil {
if err == os.ErrInvalid {
return common.Error(destination.Write(nil))
}
return err
}
_, err = payload.ReadOnceFrom(source)
if err != nil && !E.IsTimeout(err) {
return E.Cause(err, "read payload")
}
_ = source.SetReadDeadline(time.Time{})
_, err = destination.Write(payload.Bytes())
if err != nil {
return E.Cause(err, "write payload")
}
return nil
}
func (m *ConnectionManager) packetConnectionCopy(ctx context.Context, source N.PacketReader, destination N.PacketWriter, direction bool, done *atomic.Bool, onClose N.CloseHandlerFunc) {
_, err := bufio.CopyPacket(destination, source)
if !direction {