- A("@", RIDLEY_IPV4),
- A("www", RIDLEY_IPV4),
- A("wiki", RIDLEY_IPV4),
- A("blog", RIDLEY_IPV4),
- A("crm", RIDLEY_IPV4),
- A("join", RIDLEY_IPV4),
- A("board", RIDLEY_IPV4),
- A("dwg", RIDLEY_IPV4),
- A("mwg", RIDLEY_IPV4),
- A("operations", NAGA_IPV4),
- AAAA("operations", NAGA_IPV6),
-
- // Temporary join development staging server
- A("crm-staging", DRIBBLE_IPV4),
- AAAA("crm-staging", DRIBBLE_IPV6),
- A("join-staging", DRIBBLE_IPV4),
- AAAA("join-staging", DRIBBLE_IPV6),
+ osm_web_service("@", "ridley"),
+ osm_web_service("www", "ridley"),
+ osm_web_service("wiki", "ridley"),
+ osm_web_service("blog", "ridley"),
+ osm_web_service("crm", "ridley"),
+ osm_web_service("join", "ridley"),
+ osm_web_service("support", "ridley"),
+ osm_web_service("supporting", "ridley"),
+ osm_web_service("donate", "ridley"),
+ osm_web_service("board", "ridley"),
+ osm_web_service("dwg", "ridley"),
+ osm_web_service("mwg", "ridley"),
+ osm_web_service("operations", "naga.he"),