post(nixos): cloudflared replaced port forwarding & open inbound port

This commit is contained in:
Ming Di Leom 2021-06-20 07:02:48 +00:00
parent d72587094b
commit 4bc257c7e7
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 3 additions and 1 deletions

View File

@ -240,7 +240,9 @@ In my case, I configure iptables to port forward 443 to 4430, so any traffic tha
};
```
(Note: Most probably you would need `ip46tables` to open ports in both IPv4 and IPv6. If the server doesn't support IPv6 (!), just use `iptables`)
Most probably you would need `ip46tables` to open ports in both IPv4 and IPv6. If the server doesn't support IPv6 (!), just use `iptables`.
Edit (20 Jun 2021): {% post_link cloudflare-argo-nixos 'cloudflared' %} replaced my port forwarding setup, my web server now binds to localhost and no longer needs open inbound port.
## Unattended upgrade