Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ipv6 (0.02 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Fixed the EndpointSliceController to correctly create endpoints for IPv6-only pods.
      
      Fixed the EndpointController to allow IPv6 headless services, if the IPv6DualStack
      feature gate is enabled, by specifying `ipFamily: IPv6` on the service. (This already
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. http://localhost:9201 <br>
         * comment: <br>
         * The URL of the search engine HTTP endpoint.<br>
         * For IPv6 environments, use brackets around the IPv6 address (e.g., http://[::1]:9201)
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getSearchEngineHttpUrl();
    
        /**
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
Back to top