Skip to content

Commit ed9147d

Browse files
authored
Update ros-dpbr.sh
1 parent 357b164 commit ed9147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros-dpbr.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd ./pbr
66
wget --no-check-certificate -c -O CN_v6.txt https://raw.githubusercontent.com/mayaxcn/china-ip-list/master/chnroute_v6.txt
77

88
{
9-
echo "/ip firewall address-list"
9+
echo "/ipv6 firewall address-list"
1010

1111
for net in $(cat CN_v6.txt) ; do
1212
echo "add list=CN address=$net comment=AS4809"

0 commit comments

Comments
 (0)