Add network.unix_relay to yaml config
This commit is contained in:
@@ -35,7 +35,7 @@ sub new {
|
||||
},
|
||||
toStringSub => $args->{toStringSub} || sub {
|
||||
my $self = shift;
|
||||
|
||||
|
||||
my $derivedValue = $self->deriveValue();
|
||||
if (defined($derivedValue)) {
|
||||
return "-$self->{name} " . "'$derivedValue'";
|
||||
|
||||
Reference in New Issue
Block a user