Path: blob/master/extensions/s2c_dns_tunnel/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6extension:7s2c_dns_tunnel:8enable: false9name: 'Server-to-Client DNS Tunnel'10authors: ['dnkolegov','afr1ka']11# Define which network interface DNS server should listen. IP-address of this interface will be used in DNS answers.12# By default, DNS server will be started on the interface which has a highest IP-address and will listen UDP 53 port only.13# listen: ''14# Zone managed by DNS server. DNS server will not be started if zone is not specified15zone: ''1617