File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ export default function NetworkSettingsTab({ account }: Readonly<Props>) {
129129 < div className = { "min-w-[330px]" } >
130130 < Label > DNS Domain</ Label >
131131 < HelpText >
132- Specify a custom DNS domain for your network. This will be
133- used for all your peers .
132+ Specify a custom peer DNS domain for your network. This should
133+ not point to a valid domain to avoid overriding DNS results .
134134 </ HelpText >
135135 </ div >
136136 < div className = { "w-full" } >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export default function MacOSTab({
101101 { GRPC_API_ORIGIN && (
102102 < Steps . Step step = { 2 } >
103103 < p >
104- { `Click on "Settings" from the NetBird icon in your system tray and enter the following "Management URL"` }
104+ { `Click on "Settings" then "Advanced Settings" from the NetBird icon in your system tray and enter the following "Management URL"` }
105105 </ p >
106106 < Code >
107107 < Code . Line > { GRPC_API_ORIGIN } </ Code . Line >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default function WindowsTab({
4848 { GRPC_API_ORIGIN && (
4949 < Steps . Step step = { 2 } >
5050 < p >
51- { `Click on "Settings" from the NetBird icon in your system tray and enter the following "Management URL"` }
51+ { `Click on "Settings" then "Advanced Settings" from the NetBird icon in your system tray and enter the following "Management URL"` }
5252 </ p >
5353 < Code >
5454 < Code . Line > { GRPC_API_ORIGIN } </ Code . Line >
You can’t perform that action at this time.
0 commit comments