|
@@ -5,9 +5,10 @@ import (
|
|
|
"encoding/pem"
|
|
"encoding/pem"
|
|
|
"flag"
|
|
"flag"
|
|
|
"fmt"
|
|
"fmt"
|
|
|
|
|
+ "io/ioutil"
|
|
|
|
|
+
|
|
|
"github.com/v2fly/v2ray-core/v4/common"
|
|
"github.com/v2fly/v2ray-core/v4/common"
|
|
|
v2tls "github.com/v2fly/v2ray-core/v4/transport/internet/tls"
|
|
v2tls "github.com/v2fly/v2ray-core/v4/transport/internet/tls"
|
|
|
- "io/ioutil"
|
|
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
type CertificateChainHashCommand struct {
|
|
type CertificateChainHashCommand struct {
|