register.allow

来自「SIP Express Router, Linux下的SIP代理服务器,小巧实用」· ALLOW 代码 · 共 17 行

ALLOW
17
字号
## $Id: register.allow,v 1.1 2003/10/22 14:16:48 janakj Exp $## Files register.allow and register.deny could be used# by allow_register function to prevent registration of# certain IP addresses. This (allow) file is empty because# we only want to restrict IPs that can be registered and# therefore we use register.deny file only.## If you have a privileged user that should be able to# register anything than you might want to uncomment the# following line. WARNING: Do not uncomment unless you# really know what are you doing !## "^sip:username@foo\.bar$" : ALL#

⌨️ 快捷键说明

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