mx_data

来自「早期freebsd实现」· 代码 · 共 17 行

TXT
17
字号
# this file tells mkdb what MX's to use on any host.  the entry marked "*"# is not a wildcard MX (since these are a bad idea), but rather is added# to every host's MX.## there are no order-dependencies in this file; the "*" entry can appear# anywhere.  note that every host will automatically be its own "cost 0"# MX; anything else from this file will be added on top of that default.## as in named, the "@" name represents the domain's root.src-visitor	5 inet-gw-1		5 inet-gw-2*		10 pobox1		20 inet-gw-1		20 inet-gw-2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?