add IPv6 support for RemoteControl

To specify IP(v4/v6) address for RemoteControl port,
add Address parameter in [RemoteControl] section to MMDVM.ini.

Different from other Address(es), the default IP address of RemoteControl
is 127.0.0.1 for security.
This commit is contained in:
SASANO Takayoshi
2020-04-11 13:12:19 +09:00
parent 88bbb0cd0f
commit 5df1fe551f
6 changed files with 18 additions and 5 deletions

View File

@@ -257,4 +257,5 @@ Port=7834
[Remote Control]
Enable=0
Address=127.0.0.1
Port=7642