miniupnpd: Generate miniupnpd config using more explicit bools
The miniupnp config section has boolean flags that are either true with the value 'on', and are inferred to be false by omission or an empty value. To be more explicit when generating the miniupnpd config, compare these values to 'on' rather than a non-empty string.
miniupnpd: Generate miniupnpd config using more explicit bools
The miniupnp config section has boolean flags that are either true with the value
'on', and are inferred to be false by omission or an empty value. To be more
explicit when generating the miniupnpd config, compare these values to 'on'
rather than a non-empty string.