// 拦截任何进程访问本地 430X 端口 NetWork[Protocol(All)][Process(null)][Address("*:*->127.0.0.1:430*")]=Deny // 放行指定进程访问本地 430X 端口 NetWhite[Protocol(All)][Process(Path="*\360chrome.exe")][Address("127.0.0.1:430*")]=Allow NetWhite[Protocol(All)][Process(Path="*\chrome.exe")][Address("127.0.0.1:430*")]=Allow NetWhite[Protocol(All)][Process(Path="*\iexplore.exe")][Address("127.0.0.1:430*")]=Allow