mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
11 lines
242 B
Go
11 lines
242 B
Go
package mitm
|
|
|
|
import (
|
|
"encoding/base64"
|
|
|
|
"github.com/sagernet/sing/common"
|
|
)
|
|
|
|
var surgeTinyGif = common.OnceValue(func() []byte {
|
|
return common.Must1(base64.StdEncoding.DecodeString("R0lGODlhAQABAAAAACH5BAEAAAAALAAAAAABAAEAAAIBAAA="))
|
|
})
|