Bindadress (#196)

* add bind feature

* Apply bind address to ACME listener

* Refresh apt metadata before installing PAM

* Keep bind address change focused
This commit is contained in:
Markus Häll
2026-08-18 11:31:26 +02:00
committed by GitHub
parent bbcab4cd26
commit 135a39158a
5 changed files with 40 additions and 2 deletions

View File

@@ -3,6 +3,10 @@ Server:
KeyFile: /opt/rdpgw/key.pem
GatewayAddress: localhost:9443
Port: 9443
# BindAddress: "" # Binds to all interfaces (default)
# BindAddress: "127.0.0.1" # Localhost only (IPv4)
# BindAddress: "::1" # Localhost only (IPv6)
# BindAddress: "192.168.1.10" # Specific IP
Hosts:
- xrdp:3389
RoundRobin: false