Skip to content

Commit

Permalink
update host/port in userhosts example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 18, 2024
1 parent 0b4e683 commit c8f4640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ $ export LD_PRELOAD=$HOME/bin/lib/libuserhosts.so

You can verify that this setup works by running `smoketest.bash`, and then in another terminal:
```bash
$ LD_PRELOAD=$HOME/bin/libuserhosts.so ping cryostat3
$ LD_PRELOAD=$HOME/bin/libuserhosts.so curl http://cryostat3:8181
$ LD_PRELOAD=$HOME/bin/libuserhosts.so firefox http://cryostat3:8181
$ LD_PRELOAD=$HOME/bin/libuserhosts.so ping auth
$ LD_PRELOAD=$HOME/bin/libuserhosts.so curl http://auth:8080
$ LD_PRELOAD=$HOME/bin/libuserhosts.so firefox http://auth:8080
```

### Smoketesting in K8s
Expand Down

0 comments on commit c8f4640

Please sign in to comment.