Alexander Afanasyev | a2e423f | 2014-08-19 15:26:15 -0500 | [diff] [blame] | 1 | # ndn-autoconfig-server defaults |
2 | |||||
3 | # FaceURI of NDN hub announced to hosts | ||||
4 | FACE_URI="" | ||||
5 | |||||
6 | # Examples: | ||||
7 | # FACE_URI="udp://spurs.cs.ucla.edu" | ||||
8 | # FACE_URI="udp4://spurs.cs.ucla.edu" | ||||
9 | # FACE_URI="udp6://spurs.cs.ucla.edu" | ||||
10 | # FACE_URI="tcp://spurs.cs.ucla.edu" |