Support custom domains. Fix host-record/address resolution.
This commit is contained in:
10
web/src/router/pages/advanced/DdnsPage.tsx
Normal file
10
web/src/router/pages/advanced/DdnsPage.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ErrorBoundary } from '../../../components';
|
||||
import { DdnsSubsystem } from '../../../components/advanced';
|
||||
|
||||
export function DdnsPage() {
|
||||
return (
|
||||
<ErrorBoundary>
|
||||
<DdnsSubsystem />
|
||||
</ErrorBoundary>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user