|
444 | 444 | "type": "boolean", |
445 | 445 | "title": "upd_privateip", |
446 | 446 | "description": "disallow/allow sending of private/special IP's to the DDNS provider; " |
447 | | - "blocked IPv4: 0/8, 10/8, 100.64/10, 127/8, 169.254/16, 172.16/12, " |
448 | | - "192.168/16; blocked IPv6: ::/32, f000::/4", |
| 447 | + "blocked IPv4: 0/8, 10/8, 100.64/10, 127/8, 169.254/16, 172.16/12, " |
| 448 | + "192.168/16; blocked IPv6: ::/32, f000::/4", |
449 | 449 | "default": False, |
450 | 450 | "format": "checkbox", |
451 | 451 | "propertyOrder": 1, |
|
482 | 482 | "type": "boolean", |
483 | 483 | "title": "use_curl", |
484 | 484 | "description": "if both wget and curl are installed, wget is used for communication " |
485 | | - "by default", |
| 485 | + "by default", |
486 | 486 | "default": False, |
487 | 487 | "format": "checkbox", |
488 | 488 | "propertyOrder": 6, |
|
518 | 518 | "type": "string", |
519 | 519 | "title": "interface", |
520 | 520 | "description": "network from /etc/config/network to monitor for up/down " |
521 | | - "events to start the ddns update script via hotplug", |
| 521 | + "events to start the ddns update script via hotplug", |
522 | 522 | "propertyOrder": 2, |
523 | 523 | }, |
524 | 524 | "ip_source": { |
525 | 525 | "type": "string", |
526 | 526 | "title": "ip_source", |
527 | | - "description": "specifies the source to detect the local IP: 'network' uses " |
528 | | - "'ip_network', 'web' uses 'ip_url', 'interface' uses " |
529 | | - "'ip_interface', 'script' uses 'ip_script'", |
530 | | - "enum": [ |
531 | | - "network", |
532 | | - "web", |
533 | | - "interface", |
534 | | - "script" |
535 | | - ], |
| 527 | + "description": "specifies the source to detect the local IP: " |
| 528 | + "'network' uses 'ip_network', 'web' uses 'ip_url', 'interface' uses " |
| 529 | + "'ip_interface', 'script' uses 'ip_script'", |
| 530 | + "enum": ["network", "web", "interface", "script"], |
536 | 531 | "default": "network", |
537 | 532 | "propertyOrder": 3, |
538 | 533 | }, |
|
545 | 540 | "domain": { |
546 | 541 | "type": "string", |
547 | 542 | "title": "domain", |
548 | | - "description": "the DNS name to update; this property can also be used for " |
549 | | - "special multihost update configurations supported by" |
550 | | - " some providers", |
| 543 | + "description": "the DNS name to update;" |
| 544 | + " this property can also be used for " |
| 545 | + "special multihost update configurations supported by" |
| 546 | + " some providers", |
551 | 547 | "propertyOrder": 5, |
552 | 548 | }, |
553 | 549 | "username": { |
|
571 | 567 | "update_url": { |
572 | 568 | "type": "string", |
573 | 569 | "title": "update_url", |
574 | | - "description": "url to the DDNS service to use if 'service_name' is not set", |
| 570 | + "description": "url to the DDNS service to use" |
| 571 | + " if 'service_name' is not set", |
575 | 572 | "propertyOrder": 9, |
576 | 573 | }, |
577 | 574 | "update_script": { |
|
583 | 580 | "ip_network": { |
584 | 581 | "type": "string", |
585 | 582 | "title": "ip_network", |
586 | | - "description": "network from /etc/config/network to use for detecting the IP " |
587 | | - "if 'ip_source' is set to 'network'", |
| 583 | + "description": "network from /etc/config/network to use" |
| 584 | + " for detecting the IP if 'ip_source' is set to 'network'", |
588 | 585 | "default": "wan", |
589 | 586 | "propertyOrder": 11, |
590 | 587 | }, |
591 | 588 | "ip_url": { |
592 | 589 | "type": "string", |
593 | 590 | "title": "ip_url", |
594 | 591 | "description": "url to use for detecting the IP if 'ip_source' is set to " |
595 | | - "'web'", |
| 592 | + "'web'", |
596 | 593 | "propertyOrder": 12, |
597 | 594 | }, |
598 | 595 | "ip_interface": { |
599 | 596 | "type": "string", |
600 | 597 | "title": "ip_interface", |
601 | | - "description": "local interface to use for detecting the IP if 'ip_source' is" |
602 | | - " set to 'interface'", |
| 598 | + "description": "local interface to use" |
| 599 | + " for detecting the IP if 'ip_source' is set to 'interface'", |
603 | 600 | "propertyOrder": 13, |
604 | 601 | }, |
605 | 602 | "ip_script": { |
606 | 603 | "type": "string", |
607 | 604 | "title": "ip_script", |
608 | | - "description": "script to use for detecting the IP if 'ip_source' is set to " |
609 | | - "'script'", |
| 605 | + "description": "script to use for detecting the IP" |
| 606 | + " if 'ip_source' is set to 'script'", |
610 | 607 | "propertyOrder": 14, |
611 | 608 | }, |
612 | 609 | "use_syslog": { |
|
620 | 617 | "1 - info, notice, warning, errors", |
621 | 618 | "2 - notice, warning, errors", |
622 | 619 | "3 - warning, errors", |
623 | | - "4 - errors" |
| 620 | + "4 - errors", |
624 | 621 | ] |
625 | 622 | }, |
626 | 623 | "default": 0, |
|
632 | 629 | "description": "disable/enable logging to logfile", |
633 | 630 | "default": True, |
634 | 631 | "propertyOrder": 16, |
635 | | - } |
636 | | - } |
637 | | - } |
638 | | - } |
639 | | - } |
640 | | - } |
641 | | - } |
642 | | - } |
| 632 | + }, |
| 633 | + }, |
| 634 | + }, |
| 635 | + }, |
| 636 | + }, |
| 637 | + }, |
| 638 | + }, |
| 639 | + }, |
643 | 640 | ) |
644 | 641 |
|
645 | 642 |
|
|
0 commit comments