dig some.domain SRV +short
给我一个类似的输出:
1 1 1234 real.location.of.some.host.
有没有办法直接获取输出 as real.location.of.some.host:1234
,而不需要几个cut
s 或类似的东西?
(例如,我看到mysql支持一个tcp+srv
方案,我不知道它有多标准,但不幸的是,在我的情况下它似乎不是一个选项,我需要一个A记录域或一个IP。)
dig some.domain SRV +short
给我一个类似的输出:
1 1 1234 real.location.of.some.host.
有没有办法直接获取输出 as real.location.of.some.host:1234
,而不需要几个cut
s 或类似的东西?
(例如,我看到mysql支持一个tcp+srv
方案,我不知道它有多标准,但不幸的是,在我的情况下它似乎不是一个选项,我需要一个A记录域或一个IP。)