阻止往返帕劳的连接?

时间:2014-02-28 18:09:03

标签: python cmd packet

有没有办法阻止所有传入/发送数据包到帕劳(它的国家:P)?帕劳的域名是.pw。

我想以下列方式阻止它:

  • 命令提示命令
  • 的Python

操作系统:Windows 7 64位 Python v。:2.7

1 个答案:

答案 0 :(得分:2)

我发现这是.htaccess文件的一部分:

order allow,deny
#
# Block from PALAU (PW)
#
deny from 103.30.248.0/22
deny from 103.251.132.0/23
deny from 202.124.224.0/20
allow from all

显然这些是帕劳指定的IPv4区块。