Alexander Afanasyev | a2e423f | 2014-08-19 15:26:15 -0500 | [diff] [blame] | 1 | # ndn-autoconfig-server defaults |
| 2 | |
Alexander Afanasyev | 3120655 | 2014-12-18 22:33:28 -0800 | [diff] [blame^] | 3 | # Enable autoconfig daemon (disabled by default) |
| 4 | # ENABLE_DAEMON=true |
| 5 | |
Alexander Afanasyev | a2e423f | 2014-08-19 15:26:15 -0500 | [diff] [blame] | 6 | # FaceURI of NDN hub announced to hosts |
| 7 | FACE_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 Afanasyev | 7688d0e | 2014-09-05 09:52:45 -0700 | [diff] [blame] | 14 | |
| 15 | # Routable prefixes of the router |
| 16 | ROUTABLE_PREFIXES="" |
| 17 | |
| 18 | # Examples: |
| 19 | # ROUTABLE_PREFIXES="-p /ndn/edu/ucla" |