mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
Typo: josn => json (#2429)
This commit is contained in:
parent
2393923870
commit
56925961df
@ -34,7 +34,7 @@ type ClientCommonConf struct {
|
|||||||
|
|
||||||
// ServerAddr specifies the address of the server to connect to. By
|
// ServerAddr specifies the address of the server to connect to. By
|
||||||
// default, this value is "0.0.0.0".
|
// default, this value is "0.0.0.0".
|
||||||
ServerAddr string `ini:"server_addr" josn:"server_addr"`
|
ServerAddr string `ini:"server_addr" json:"server_addr"`
|
||||||
// ServerPort specifies the port to connect to the server on. By default,
|
// ServerPort specifies the port to connect to the server on. By default,
|
||||||
// this value is 7000.
|
// this value is 7000.
|
||||||
ServerPort int `ini:"server_port" json:"server_port"`
|
ServerPort int `ini:"server_port" json:"server_port"`
|
||||||
|
Loading…
Reference in New Issue
Block a user