Skip to main content

mDNS-based reverse proxy for naming services on a local network.

Project description

badger

mDNS-based reverse proxy for naming services on a local network.

Sample config

Configuration should be placed in ~/.badger/config.toml, but this can be changed with --config <path>. The config can also be given as either JSON, YAML, YML, INI or XML.

[badger]
level="INFO" # Set default logging level to INFO.
enable_docker=false # Disable Docker support.

mappings = [
    "service1@10.0.0.3:5000", # Map service1.local -> 10.0.0.3:5000.
    "service2@10.0.0.50:80",  # Map service2.local -> 10.0.0.50:80.
    "service3@10.0.0.4:5256"  # Map service3.local -> 10.0.0.4:5256.
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

badger-proxy-0.1.9.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

badger_proxy-0.1.9-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page