This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
@echo off
route delete 114.116.100.207 -p
route delete 49.4.68.82 -p
route delete 10.10.0.0 -p
route delete 0.0.0.0 -p
route add 10.10.0.0 mask 255.255.0.0 10.10.11.1 metric 1 -p
@rem 配置fort.edusoa.com ,此主机只允许单位的固定IP段访问
route add 114.116.100.207 mask 255.255.255.0 10.10.11.1 metric 1 -p
@rem 杨浦中学的Postgresql主机
route add 49.4.68.82 mask 255.255.255.0 10.10.11.1 metric 1 -p
route add 0.0.0.0 mask 0.0.0.0 192.168.100.1 metric 2 -p