See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
- Embedded Web Server – Pi-hole no longer relies on
lighttpd.
See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
lighttpd.| using System; | |
| using System.Runtime.InteropServices; | |
| using System.Windows.Interop; | |
| namespace HostingAppTest | |
| { | |
| // based on https://stackoverflow.com/q/30186930/426315 | |
| public class HwndHostEx : HwndHost | |
| { | |
| private readonly IntPtr _childHandle; |
| <Window x:Class="WpfApplication1.MainWindow" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:wf="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms" | |
| Title="MainWindow" Height="350" Width="525"> | |
| <Grid x:Name="MyGrid"> | |
| <Grid.RowDefinitions> | |
| <RowDefinition Height="*"/> | |
| <RowDefinition Height="*"/> | |
| </Grid.RowDefinitions> |
| #requires -version 2 | |
| <# | |
| .SYNOPSIS | |
| <Overview of script> | |
| .DESCRIPTION | |
| <Brief description of script> | |
| .PARAMETER <Parameter_Name> | |
| <Brief description of parameter input required. Repeat this attribute if required> |