diff --git a/src/ui/conf/zone/sources.json b/src/ui/conf/zone/sources.json index ba3f05d3..3579c8ec 100644 --- a/src/ui/conf/zone/sources.json +++ b/src/ui/conf/zone/sources.json @@ -28,7 +28,7 @@ "code": "tasix", "title": "TAS-IX Addresses", "zoneType": "bgp", - "url": "http://mrlg.tas-ix.uz/index.cgi", - "formData": "router=cisco&pass1=&query=1&arg=" + "url": "http://mrlg.tas-ix.uz/index.php", + "formData": "bgpr=MRLG&show=2&sort=1" } ] diff --git a/src/ui/conf/zone/types.json b/src/ui/conf/zone/types.json index b400f1b3..f95b13e4 100644 --- a/src/ui/conf/zone/types.json +++ b/src/ui/conf/zone/types.json @@ -12,7 +12,7 @@ "title": "BGP", "description": "BGP table", "sort": true, - "pattern": "^\\*\\D{2,5}([\\d./-]{7,})", + "pattern": "^\\D{0,9}([\\d./-]{7,})", "emptyNetMask": 24 } ]