mydomain-host-filter
来自「harvest是一个下载html网页得机器人」· 代码 · 共 16 行
TXT
16 行
# Host Filter file for 'mydomain'## Format is## Allow regex# Deny regex## Lines are evaulated in order; the first line to match is applied.## 'regex' can be a pattern for a domainname, or IP addresses.#Allow .*\.mydomain\.com # allow hosts in my FQDNAllow ^10\.128\. # allow hosts in IP net 10.128.0.0Deny .* # deny all others
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?