wireguard_peer_manager/config.toml

12 lines
257 B
TOML
Raw Normal View History

[server]
host = "127.0.0.1" # IP address to bind to
port = 8080 # Port to bind to
[wireguard]
config_file = "../wireguard_example_server_config.conf"
[logging]
log_file = "../wpm.log" # Optional: Log file location
debug = true # Enable debug logging