Skip to content

Commit a57775e

Browse files
committed
Improve Network error page layout
1 parent b54002c commit a57775e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/troubleshooting/lightning-network-error.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ First, go to the main settings page on your node and scroll to the "Networking"
2020

2121
If you are still having issues, that setting may not have taken effect because of a [custom Lightning config](/advanced/customize-config.md). Reset your custom Lightning config back to the default so the network settings can take effect.
2222

23+
## Advanced Resolutions
2324
<br/>
2425
<details>
2526
<summary><b>Show Advanced Resolutions</b></summary>
2627

27-
## Advanced Resolution - Custom Config with Static Public IP
28+
## Custom Config with Static Public IP
2829

2930
As UPnP is not working, another option is to configure port forwarding on your router / firewall device and add required parameters to Additional LND Config on MyNode. This is not guaranteed to work and is not supported by some ISPs as they do not provide your router a real public IP address.
3031

@@ -42,7 +43,7 @@ externalhosts=<YOUR-EXTERNAL-IP>:9735
4243

4344
Usually, the public IP addresses of home Internet connections are not static, and therefore change once a while. So this solution is acceptible _only if you have _real_ static IP_ from your ISP (or cloud) provider.
4445

45-
## Advanced Resolution - Custom Config with Dynamic Public IP
46+
## Custom Config with Dynamic Public IP
4647

4748
Internet connections with Dynamic Public IP addresses require bit more configuration.
4849

@@ -72,9 +73,9 @@ From the MyNode Main page, click Lightning - Wallet. Notice on "URI" you have yo
7273

7374
Now your LND is able to receive channels from clearnet.
7475

75-
## Advanced Resolution - Custom Config with Dynamic Public IP and Domain
76+
## Custom Config with Dynamic Public IP and Domain
7677

77-
If you own the domain (say mydomain.com) you can add a CNAME for your DDNS address alias in your domain DNS records like this:
78+
If you own the domain (say mydomain.com), you can also use that domain name by continuing from the above example. Add a CNAME for your DDNS address alias in your domain DNS records like this:
7879

7980
```myownnode IN CNAME mymynodebtc.ddns.net.```
8081

0 commit comments

Comments
 (0)