mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-23 11:02:25 +03:00
Add new admin panel, failover, dns fallback, providers, limiters. Update XHTTP
This commit is contained in:
@@ -8,7 +8,7 @@ type NetBuffer struct {
|
||||
}
|
||||
|
||||
func (n *NetBuffer) Get() []byte {
|
||||
return *(n.buf.Get().(*[]byte))
|
||||
return *n.buf.Get().(*[]byte)
|
||||
}
|
||||
|
||||
func (n *NetBuffer) Put(buf []byte) {
|
||||
|
||||
Reference in New Issue
Block a user