|
476 | 476 | "ip_source": { |
477 | 477 | "type": "string", |
478 | 478 | "title": "ip_source", |
479 | | - "description": "specifies the source to detect the local IP: 'network' uses " |
480 | | - "'ip_network', 'web' uses 'ip_url', 'interface' uses " |
| 479 | + "description": "specifies the source to detect the local IP: " |
| 480 | + "'network' uses 'ip_network', 'web' uses 'ip_url', 'interface' uses " |
481 | 481 | "'ip_interface', 'script' uses 'ip_script'", |
482 | 482 | "enum": ["network", "web", "interface", "script"], |
483 | 483 | "default": "network", |
|
492 | 492 | "domain": { |
493 | 493 | "type": "string", |
494 | 494 | "title": "domain", |
495 | | - "description": "the DNS name to update; this property can also be used for " |
| 495 | + "description": "the DNS name to update;" |
| 496 | + " this property can also be used for " |
496 | 497 | "special multihost update configurations supported by" |
497 | 498 | " some providers", |
498 | 499 | "propertyOrder": 5, |
|
518 | 519 | "update_url": { |
519 | 520 | "type": "string", |
520 | 521 | "title": "update_url", |
521 | | - "description": "url to the DDNS service to use if 'service_name' is not set", |
| 522 | + "description": "url to the DDNS service to use" |
| 523 | + " if 'service_name' is not set", |
522 | 524 | "propertyOrder": 9, |
523 | 525 | }, |
524 | 526 | "update_script": { |
|
530 | 532 | "ip_network": { |
531 | 533 | "type": "string", |
532 | 534 | "title": "ip_network", |
533 | | - "description": "network from /etc/config/network to use for detecting the IP " |
534 | | - "if 'ip_source' is set to 'network'", |
| 535 | + "description": "network from /etc/config/network to use" |
| 536 | + " for detecting the IP if 'ip_source' is set to 'network'", |
535 | 537 | "default": "wan", |
536 | 538 | "propertyOrder": 11, |
537 | 539 | }, |
|
545 | 547 | "ip_interface": { |
546 | 548 | "type": "string", |
547 | 549 | "title": "ip_interface", |
548 | | - "description": "local interface to use for detecting the IP if 'ip_source' is" |
549 | | - " set to 'interface'", |
| 550 | + "description": "local interface to use" |
| 551 | + " for detecting the IP if 'ip_source' is set to 'interface'", |
550 | 552 | "propertyOrder": 13, |
551 | 553 | }, |
552 | 554 | "ip_script": { |
553 | 555 | "type": "string", |
554 | 556 | "title": "ip_script", |
555 | | - "description": "script to use for detecting the IP if 'ip_source' is set to " |
556 | | - "'script'", |
| 557 | + "description": "script to use for detecting the IP" |
| 558 | + " if 'ip_source' is set to 'script'", |
557 | 559 | "propertyOrder": 14, |
558 | 560 | }, |
559 | 561 | "use_syslog": { |
|
0 commit comments