blob: 63923478739e361166cc458f2105e973ddfab296 [file] [log] [blame]
Alexander Afanasyeva2e423f2014-08-19 15:26:15 -05001# ndn-autoconfig-server defaults
2
Alexander Afanasyev31206552014-12-18 22:33:28 -08003# Enable autoconfig daemon (disabled by default)
4# ENABLE_DAEMON=true
5
Alexander Afanasyeva2e423f2014-08-19 15:26:15 -05006# FaceURI of NDN hub announced to hosts
7FACE_URI=""
8
9# Examples:
10# FACE_URI="udp://spurs.cs.ucla.edu"
11# FACE_URI="udp4://spurs.cs.ucla.edu"
12# FACE_URI="udp6://spurs.cs.ucla.edu"
13# FACE_URI="tcp://spurs.cs.ucla.edu"
Alexander Afanasyev7688d0e2014-09-05 09:52:45 -070014
15# Routable prefixes of the router
16ROUTABLE_PREFIXES=""
17
18# Examples:
19# ROUTABLE_PREFIXES="-p /ndn/edu/ucla"