We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357b164 commit ed9147dCopy full SHA for ed9147d
ros-dpbr.sh
@@ -6,7 +6,7 @@ cd ./pbr
6
wget --no-check-certificate -c -O CN_v6.txt https://raw.githubusercontent.com/mayaxcn/china-ip-list/master/chnroute_v6.txt
7
8
{
9
-echo "/ip firewall address-list"
+echo "/ipv6 firewall address-list"
10
11
for net in $(cat CN_v6.txt) ; do
12
echo "add list=CN address=$net comment=AS4809"
0 commit comments