register.deny
来自「性能优秀的SIP Proxy」· DENY 代码 · 共 17 行
DENY
17 行
## $Id: register.deny,v 1.1.1.1 2005/06/13 16:47:43 bogdan_iancu Exp $## Suppose that we have a PSTN gateway with IP address 1.2.3.4# We should prevent REGISTER messages that contain that IP# address in Contact header field because that can cause serious# security hole (a malicious user might be able to register such# a contact and bypass security checks performed by the SIP proxy).## The following line prevents registering Contacts with IP 1.2.3.4# (Don't forget to list also all hostnames that can be used to# reach the PSTN gateway)#ALL : "^sip:.*1\.2\.3\.4$"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?