my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add nbg1 to regions

+1 -1
+1 -1
bin/zora/regions
··· 2 2 3 3 filter="$1" 4 4 5 - for region in ams2 ams3 blr1 fra1 lon1 nyc1 nyc2 nyc3 sfo1 sfo2 sfo3 sgp1 tor1; do 5 + for region in ams2 ams3 blr1 fra1 lon1 nbg1/nyc1 nyc2 nyc3 sfo1 sfo2 sfo3 sgp1 tor1; do 6 6 printf "%s\n" "$region" 7 7 done