Skip to content

Commit

Permalink
fixed captive domain name (ssl)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 17, 2024
1 parent 6505df8 commit c5cd9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offspot_demo/multi-proxy/gen-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def from_line(cls, text: str):
}
}
http://captive.{{demo.dns_alias}}.{$FQDN}, https://_captive.{{demo.dns_alias}}.{$FQDN} {
http://captive.{{demo.dns_alias}}.{$FQDN}, https://captive.{{demo.dns_alias}}.{$FQDN} {
tls {$TLS_EMAIL}
redir http://{{demo.dns_alias}}.{$FQDN}:{{demo.captive_port}}
}
Expand Down

0 comments on commit c5cd9e2

Please sign in to comment.