【问题标题】:Can't connect to Liquidsoap using telnet from remote machine无法使用远程计算机上的 telnet 连接到 Liquidsoap
【发布时间】:2018-10-04 13:46:12
【问题描述】:

根据liquidsoap文档,我应该可以像这样设置一个telnet服务器:

set("server.telnet",true)
set("server.telnet.port", 1201)

很遗憾,虽然我可以从 localhost 连接到此,但我无法从远程服务器连接到它。

【问题讨论】:

    标签: telnet liquidsoap


    【解决方案1】:

    试试这个

    set("server.telnet",true)
    set("server.telnet.port",1201)
    set("server.telnet.bind_addr","0.0.0.0")
    

    0.0.0.0 用于所有网络接口,127.0.0.1 用于 localhost-only

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-03-27
      • 2012-10-23
      • 2017-11-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多