{
"system": {
"name": "My new BinktermPHP system",
"address": "1:123/456.57599",
"sysop": "Claude the Coder",
"location": "Over Yonder",
"hostname": "localhost",
"timezone": "UTC",
"origin": "My BBS - https://mybbs.example.com"
},
"binkp": {
"port": 24554,
"timeout": 300,
"max_connections": 10,
"bind_address": "0.0.0.0",
"inbound_path": "data/inbound",
"outbound_path": "data/outbound",
"outbound_queue_timer_minutes": 30,
"preserve_processed_packets": false,
"preserve_sent_packets": false
},
"uplinks": [
{
"me": "1:123/456.57599",
"networks": [
"1:*/*",
"2:*/*",
"3:*/*",
"4:*/*"
],
"address": "1:123/456",
"domain": "fidonet",
"hostname": "ip.or.hostname.of.uplink",
"port": 24554,
"password": "xyzzy",
"pkt_password": "",
"tic_password": "",
"areafix_password": "",
"filefix_password": "",
"poll_schedule": "*/15 * * * *",
"enabled": true,
"compression": false,
"crypt": false,
"default": true,
"send_domain_in_addr": false,
"binkp_zone": ""
}
],
"security": {
"allow_insecure_inbound": false,
"insecure_inbound_receive_only": true,
"insecure_allow_freq": false,
"require_allowlist_for_insecure": false,
"max_insecure_sessions_per_hour": 10,
"allow_plaintext_fallback": true
},
"crashmail": {
"enabled": false,
"max_attempts": 3,
"retry_interval_minutes": 15,
"use_nodelist_for_routing": true,
"fallback_port": 24554,
"allow_insecure_crash_delivery": true
}
}
|