lobatt / gaephotos

Automatically exported from code.google.com/p/gaephotos
0 stars 0 forks source link

防盗链白名单怎么填? #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
白名单格式是怎样的啊?怎样添加多条白名单?
举例子更好了!
谢谢!

Original issue reported on code.google.com by leehao...@gmail.com on 30 Jun 2012 at 9:40

GoogleCodeExporter commented 8 years ago
每行一条, *代表任意字符串, ? 代表单个字符, 
更多格式请google "Unix通配符"
比如只允许来自sina或sohu的访问:
*.sina.com*
*.sohu.com*

Original comment by deepgu...@gmail.com on 30 Jun 2012 at 9:43