File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,6 +208,13 @@ const redirects = [
208208 from : "/blog/crowdsec_firewall_freebsd" ,
209209 to : "/u/bouncers/firewall#pf-setup-freebsd" ,
210210 } ,
211+ // CTI Web UI pages moved to console/ip_reputation
212+ { from : "/u/cti_api/getting_started" , to : "/u/console/ip_reputation/intro" } ,
213+ { from : "/u/cti_api/api_getting_started" , to : "/u/console/ip_reputation/api_keys" } ,
214+ { from : "/u/cti_api/ip_report" , to : "/u/console/ip_reputation/ip_report" } ,
215+ { from : "/u/cti_api/search_queries" , to : "/u/console/ip_reputation/search_ui" } ,
216+ { from : "/u/cti_api/advanced_search" , to : "/u/console/ip_reputation/search_ui_advanced" } ,
217+ { from : "/u/cti_api/cve_explorer" , to : "/u/console/ip_reputation/intro#live-exploit-tracker" } ,
211218] ;
212219
213220const config : Config = {
You can’t perform that action at this time.
0 commit comments