We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d538823 commit 15817b5Copy full SHA for 15817b5
proxy/option.go
@@ -88,7 +88,7 @@ func (o *Option) Handle() error {
88
}
89
90
func (o *Option) Priority() int {
91
- return 1
+ return -1
92
93
94
func init() {
@@ -119,9 +119,9 @@ func (o *StdinOption) Handle() error {
119
if o.suppressHint == nil || !*o.suppressHint {
120
fmt.Printf("Trojan-Go %s (%s/%s)\n", constant.Version, runtime.GOOS, runtime.GOARCH)
121
if isJSON {
122
- fmt.Println("Reading in JSON configuration from STDIN.")
+ fmt.Println("Reading JSON configuration from stdin.")
123
} else {
124
- fmt.Println("Reading in YAML configuration from STDIN.")
+ fmt.Println("Reading YAML configuration from stdin.")
125
126
127
0 commit comments