|
396 | 396 | "type": "boolean", |
397 | 397 | "title": "upd_privateip", |
398 | 398 | "description": "disallow/allow sending of private/special IP's to the DDNS provider; " |
399 | | - "blocked IPv4: 0/8, 10/8, 100.64/10, 127/8, 169.254/16, 172.16/12, " |
400 | | - "192.168/16; blocked IPv6: ::/32, f000::/4", |
| 399 | + "blocked IPv4: 0/8, 10/8, 100.64/10, 127/8, 169.254/16, 172.16/12, " |
| 400 | + "192.168/16; blocked IPv6: ::/32, f000::/4", |
401 | 401 | "default": False, |
402 | 402 | "format": "checkbox", |
403 | 403 | "propertyOrder": 1, |
|
434 | 434 | "type": "boolean", |
435 | 435 | "title": "use_curl", |
436 | 436 | "description": "if both wget and curl are installed, wget is used for communication " |
437 | | - "by default", |
| 437 | + "by default", |
438 | 438 | "default": False, |
439 | 439 | "format": "checkbox", |
440 | 440 | "propertyOrder": 6, |
|
470 | 470 | "type": "string", |
471 | 471 | "title": "interface", |
472 | 472 | "description": "network from /etc/config/network to monitor for up/down " |
473 | | - "events to start the ddns update script via hotplug", |
| 473 | + "events to start the ddns update script via hotplug", |
474 | 474 | "propertyOrder": 2, |
475 | 475 | }, |
476 | 476 | "ip_source": { |
477 | 477 | "type": "string", |
478 | 478 | "title": "ip_source", |
479 | 479 | "description": "specifies the source to detect the local IP: 'network' uses " |
480 | | - "'ip_network', 'web' uses 'ip_url', 'interface' uses " |
481 | | - "'ip_interface', 'script' uses 'ip_script'", |
482 | | - "enum": [ |
483 | | - "network", |
484 | | - "web", |
485 | | - "interface", |
486 | | - "script" |
487 | | - ], |
| 480 | + "'ip_network', 'web' uses 'ip_url', 'interface' uses " |
| 481 | + "'ip_interface', 'script' uses 'ip_script'", |
| 482 | + "enum": ["network", "web", "interface", "script"], |
488 | 483 | "default": "network", |
489 | 484 | "propertyOrder": 3, |
490 | 485 | }, |
|
498 | 493 | "type": "string", |
499 | 494 | "title": "domain", |
500 | 495 | "description": "the DNS name to update; this property can also be used for " |
501 | | - "special multihost update configurations supported by" |
502 | | - " some providers", |
| 496 | + "special multihost update configurations supported by" |
| 497 | + " some providers", |
503 | 498 | "propertyOrder": 5, |
504 | 499 | }, |
505 | 500 | "username": { |
|
536 | 531 | "type": "string", |
537 | 532 | "title": "ip_network", |
538 | 533 | "description": "network from /etc/config/network to use for detecting the IP " |
539 | | - "if 'ip_source' is set to 'network'", |
| 534 | + "if 'ip_source' is set to 'network'", |
540 | 535 | "default": "wan", |
541 | 536 | "propertyOrder": 11, |
542 | 537 | }, |
543 | 538 | "ip_url": { |
544 | 539 | "type": "string", |
545 | 540 | "title": "ip_url", |
546 | 541 | "description": "url to use for detecting the IP if 'ip_source' is set to " |
547 | | - "'web'", |
| 542 | + "'web'", |
548 | 543 | "propertyOrder": 12, |
549 | 544 | }, |
550 | 545 | "ip_interface": { |
551 | 546 | "type": "string", |
552 | 547 | "title": "ip_interface", |
553 | 548 | "description": "local interface to use for detecting the IP if 'ip_source' is" |
554 | | - " set to 'interface'", |
| 549 | + " set to 'interface'", |
555 | 550 | "propertyOrder": 13, |
556 | 551 | }, |
557 | 552 | "ip_script": { |
558 | 553 | "type": "string", |
559 | 554 | "title": "ip_script", |
560 | 555 | "description": "script to use for detecting the IP if 'ip_source' is set to " |
561 | | - "'script'", |
| 556 | + "'script'", |
562 | 557 | "propertyOrder": 14, |
563 | 558 | }, |
564 | 559 | "use_syslog": { |
|
572 | 567 | "1 - info, notice, warning, errors", |
573 | 568 | "2 - notice, warning, errors", |
574 | 569 | "3 - warning, errors", |
575 | | - "4 - errors" |
| 570 | + "4 - errors", |
576 | 571 | ] |
577 | 572 | }, |
578 | 573 | "default": 0, |
|
584 | 579 | "description": "disable/enable logging to logfile", |
585 | 580 | "default": True, |
586 | 581 | "propertyOrder": 16, |
587 | | - } |
588 | | - } |
589 | | - } |
590 | | - } |
591 | | - } |
592 | | - } |
593 | | - } |
594 | | - } |
| 582 | + }, |
| 583 | + }, |
| 584 | + }, |
| 585 | + }, |
| 586 | + }, |
| 587 | + }, |
| 588 | + }, |
| 589 | + }, |
595 | 590 | ) |
596 | 591 |
|
597 | 592 |
|
|
0 commit comments