mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
Fixed sni challenge private ip bug
This commit is contained in:
@@ -256,8 +256,8 @@ DocumentRoot " + CONFIG_DIR + "challenge_page/ \n \
|
||||
# The public ip address isn't actually accessed
|
||||
###################################################
|
||||
|
||||
addresses = [default_addr]
|
||||
|
||||
addresses = []
|
||||
addresses.append([default_addr])
|
||||
#################################################
|
||||
# End quick fix
|
||||
##############################################
|
||||
|
||||
Reference in New Issue
Block a user