diff --git a/src/config.yaml b/src/config.yaml index 41b9a38..83685b0 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -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"