Update config.yaml descriptions

Closes-bug: #1684001

Change-Id: Ib72bf14957d4b4e0626126a885b779ee341f2eb3
This commit is contained in:
Ryan Beisner 2016-11-17 15:15:23 -06:00
parent 138dfbf1f5
commit 47e6601641
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@ options:
allowed_nets:
default: "p2p"
type: string
description:
list of allowed networks, with trailing semicolons" e.g., "10.172.0.0/16; 10.10.0.0/18;"
description: |
String containing a list of allowed networks, separated by semicolons: e.g., "10.172.0.0/16;10.10.0.0/18"
forwarders:
default: ""
type: string
description: |
list of forwarders, with trailing semicolons: e.g., "8.8.8.8; 10.1.1.1;"
String containing a list of forwarders, separated by semicolons: e.g., "8.8.8.8;10.1.1.1"