mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-25 23:17:18 +02:00
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
4076af6386
commit
90b4179850
34 changed files with 154 additions and 154 deletions
|
@ -14,7 +14,7 @@ done = False
|
|||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--login", action="store_true")
|
||||
parser.add_argument(
|
||||
"--dst", default="https://httpbin.example.com/headers",
|
||||
"--dst", default="https://verify.example.com/json",
|
||||
)
|
||||
parser.add_argument("--server", default="localhost", type=str)
|
||||
parser.add_argument("--port", default=8000, type=int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue