mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
acme.sh supports --httpport and --tlsport options to be used together with --standalone and --alpn modes respectively. This is useful if we're behind a reverse proxy or smth like that or if we cannot bind to standard 80 or 443 port for some other reason. This change makes listen_port from configuration to be passed as either --httpport or --tlsport Signed-off-by: Vladimir Kochnev <hashtable@yandex.ru>