📄 mydomain-host-filter
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -