mirror of https://gitlab.com/curben/blog
post(nixos): cloudflared replaced port forwarding & open inbound port
This commit is contained in:
parent
d72587094b
commit
4bc257c7e7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue