Skip to content

Commit

Permalink
Dual stack!
Browse files Browse the repository at this point in the history
  • Loading branch information
theseal committed Dec 3, 2024
1 parent a8b3ad0 commit fa58af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocsp-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ def ocsp_server(unsafe_realm):


if __name__ == "__main__":
app.run(host="0.0.0.0", port=port)
app.run(host="::", port=port)

0 comments on commit fa58af4

Please sign in to comment.