Hosting an F-Root Node

Application to Host an F-Root Node


If you are interested in hosting an F-Root node, first please read the page on Hosting an F-Root node and the page describing the Technical Requirements.

If you still want to proceed, please fill out the form below. Someone will be in touch with you when we have had a chance to look at it.

Proposed Site
Contact Details
Technical Requirements

Are you able to meet the technical requirements, including:

Will the proposed new F-Root node be peering with a route server?

Current Root System Availability
Run this shell script, which determines the latency and location of your currently preferred root servers. It should be run on a system that is connected as close as possible to the proposed installation location.
#!/bin/sh
for s in a b c d e f g h i j k l m; do for p in 4 6; do
  echo "$s.root-servers.net IPv$p"
  dig -$p +norec @$s.root-servers.net hostname.bind ch txt
  echo "---"
done; done
Tell us more!