mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 16:16:13 -04:00
added unbound to external deps
This commit is contained in:
parent
732493c5cb
commit
9ef094b356
394 changed files with 199264 additions and 0 deletions
19
external/unbound/pythonmod/test-resmod.conf
vendored
Normal file
19
external/unbound/pythonmod/test-resmod.conf
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Example configuration file for resmod.py
|
||||
server:
|
||||
verbosity: 1
|
||||
interface: 0.0.0.0
|
||||
do-daemonize: no
|
||||
access-control: 0.0.0.0/0 allow
|
||||
chroot: ""
|
||||
username: ""
|
||||
directory: ""
|
||||
logfile: ""
|
||||
pidfile: "unbound.pid"
|
||||
#module-config: "python iterator"
|
||||
module-config: "validator python iterator"
|
||||
|
||||
# Python config section
|
||||
python:
|
||||
# Script file to load
|
||||
python-script: "./examples/resmod.py"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue