caddy: HTTP 9000 HTTPS 9001; ACME webroot; firewalld open 9000/9001/80
This commit is contained in:
parent
b587bb0eeb
commit
5c0101f24b
7 changed files with 249 additions and 17 deletions
18
host/firewalld/README.md
Normal file
18
host/firewalld/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# firewalld (zone `public`, interface `eno1`)
|
||||
|
||||
## Open ports (current)
|
||||
|
||||
| Port | Purpose |
|
||||
|------|---------|
|
||||
| 80/tcp | systemd → Caddy HTTP 9000 |
|
||||
| 9000/tcp | Caddy HTTP (VeciGate WAN:80) |
|
||||
| 9001/tcp | Caddy HTTPS (VeciGate WAN:443) |
|
||||
| 8080/tcp | Tor OR |
|
||||
| 23235/tcp | (legacy list; SSH is service `ssh` on 22) |
|
||||
| services | `ssh`, `dhcpv6-client` |
|
||||
|
||||
## Removed
|
||||
|
||||
- 443/tcp, 8082/tcp — obsolete after 9000-series DNAT
|
||||
|
||||
Live dump: `list-all.txt`.
|
||||
16
host/firewalld/list-all.txt
Normal file
16
host/firewalld/list-all.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
public (default, active)
|
||||
target: default
|
||||
ingress-priority: 0
|
||||
egress-priority: 0
|
||||
icmp-block-inversion: no
|
||||
interfaces: eno1
|
||||
sources:
|
||||
services: dhcpv6-client ssh
|
||||
ports: 23235/tcp 8080/tcp 9000/tcp 9001/tcp 80/tcp 443/tcp
|
||||
protocols:
|
||||
forward: yes
|
||||
masquerade: no
|
||||
forward-ports:
|
||||
source-ports:
|
||||
icmp-blocks:
|
||||
rich rules:
|
||||
Loading…
Add table
Add a link
Reference in a new issue