You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
# ipp-usb.conf: example configuration file
|
|
|
|
# Networking parameters
|
|
[network]
|
|
# TCP ports for HTTP will be automatically allocated in the following range
|
|
http-min-port = 60000
|
|
http-max-port = 65535
|
|
|
|
# Enable or disable DNS-SD advertisement
|
|
dns-sd = enable # enable | disable
|
|
|
|
# Network interface to use. Set to `all` if you want to expose you
|
|
# printer to the local network. This way you can share your printer
|
|
# with other computers in the network, as well as with iOS and Android
|
|
# devices.
|
|
interface = loopback # all | loopback
|
|
|
|
# Enable or disable IPv6
|
|
ipv6 = enable # enable | disable
|
|
|
|
# Logging configuration
|
|
[logging]
|
|
# device-log - per-device log levels
|
|
# main-log - main log levels
|
|
# console-log - console log levels
|
|
#
|
|
# parameter contains a comma-separated list of
|
|
# the following keywords:
|
|
# error - error messages
|
|
# info - informative messages
|
|
# debug - debug messages
|
|
# trace-ipp, trace-escl, trace-http - very detailed per-protocol traces
|
|
# all - all logs
|
|
# trace-all - alias to all
|
|
#
|
|
# Note, trace-* implies debug, debug implies info, info implies error
|
|
device-log = all
|
|
main-log = debug
|
|
console-log = debug
|
|
|
|
# Log rotation parameters:
|
|
# max-file-size - max log file before rotation. Use suffix M
|
|
# for megabytes or K for kilobytes
|
|
# max-backup-files - how many backup files to preserve during rotation
|
|
#
|
|
max-file-size = 256K
|
|
max-backup-files = 5
|
|
|
|
# Enable or disable ANSI colors on console
|
|
console-color = enable # enable | disable
|
|
|
|
# vim:ts=8:sw=2:et
|