There was an error while loading. Please reload this page.
1 parent 81eb3c2 commit fb65fd6Copy full SHA for fb65fd6
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/SystemDNS.inc
@@ -42,8 +42,8 @@ class SystemDNS extends Model {
42
allow_empty: true,
43
many: true,
44
delimiter: null,
45
- validators: [new IPAddressValidator(allow_ipv4: true, allow_ipv6: true)],
46
verbose_name: 'DNS Servers',
+ validators: [new IPAddressValidator(allow_ipv4: true, allow_ipv6: true)],
47
help_text: 'The remote DNS server IPv4 or IPv6 addresses.',
48
);
49
0 commit comments