mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-09-01 20:11:26 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user