Skip to content

nottxy/my_public_ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run server

cargo run -p my_public_ip_server -- \
  --config-file server/config.toml \
  --db-dir db \
  --log-file server/log4rs.yaml \
  --pid-file server/my_public_ip_server.pid \
  --cert-file server/cert.pem \
  --key-file server/key.pem \
  --port 8998

Run client

RUST_LOG=info cargo run -p my_public_ip_client -- \
  --url=https://127.0.0.1:8998 \
  --api-key=abcdef \
  list


RUST_LOG=info cargo run -p my_public_ip_client -- \
  --url=https://127.0.0.1:8998 \
  --api-key=012345 \
  update


RUST_LOG=info cargo run -p my_public_ip_client -- \
  --url=https://127.0.0.1:8998 \
  --api-key=012345 \
  update-forever \
  --interval=3

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages