frps dashboard: remove bind_udp_port (#3463)

This commit is contained in:
fatedier
2023-05-30 15:14:05 +08:00
committed by GitHub
parent c7a0cfc66d
commit 341a5e3e3a
5 changed files with 19 additions and 26 deletions

View File

@@ -36,7 +36,6 @@ func Test_LoadServerCommonConf(t *testing.T) {
[common]
bind_addr = 0.0.0.9
bind_port = 7009
bind_udp_port = 7008
kcp_bind_port = 7007
proxy_bind_addr = 127.0.0.9
vhost_http_port = 89
@@ -170,7 +169,6 @@ func Test_LoadServerCommonConf(t *testing.T) {
[common]
bind_addr = 0.0.0.9
bind_port = 7009
bind_udp_port = 7008
`),
expected: ServerCommonConf{
ServerConfig: auth.ServerConfig{