📄 register.deny
字号:
## $Id: register.deny,v 1.1 2003/10/22 14:16:48 janakj 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -