mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
rename readIps and PublishIps into readIPs and publishIPs
This commit is contained in:
parent
abc4a47c1c
commit
00dd622180
5 changed files with 11 additions and 11 deletions
|
|
@ -81,7 +81,7 @@ func TestRTMPServerAuth(t *testing.T) {
|
|||
" all:\n" +
|
||||
" publishUser: testuser\n" +
|
||||
" publishPass: testpass\n" +
|
||||
" readIps: [127.0.0.0/16]\n")
|
||||
" readIPs: [127.0.0.0/16]\n")
|
||||
require.Equal(t, true, ok)
|
||||
defer p.close()
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ func TestRTMPServerAuth(t *testing.T) {
|
|||
" all:\n" +
|
||||
" readUser: testuser\n" +
|
||||
" readPass: testpass\n" +
|
||||
" readIps: [127.0.0.0/16]\n")
|
||||
" readIPs: [127.0.0.0/16]\n")
|
||||
require.Equal(t, true, ok)
|
||||
defer p.close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue