📄 filter
字号:
# This is a sample connection filter file. It is not intended for
# real use.
# The following two rules deny access to non-http services to all
# addresses in the 192.168 block, except for addresses in the
# 192.168.29 block, which can access any service.
192.168.29.0/24 allow
192.168.0.0/16 deny t3 t3s giop
# Block access to all connections from the cyberpromo.com domain.
# This requires a DNS lookup to be performed for each incoming
# connection, which is slow and can be spoofed. In other words, we
# don't generally recommend writing rules like this.
*.cyberpromo.com deny
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -