/usr/share/doc/miredo/examples/miredo.conf is in miredo 1.2.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | #! /usr/sbin/miredo -f -c
#
# Sample configuration file for Miredo
# Please refer to the miredo.conf(5) man page for details.
# Miredo can safely run as a Teredo client, which is the default.
#RelayType client
# Name of the network tunneling interface.
InterfaceName teredo
# Depending on the local firewall/NAT rules, you might need to force
# Miredo to use a fixed UDP port and or IPv4 address.
#BindPort 3545
#BindAddress 192.0.2.100
#SyslogFacility user
## CLIENT-SPECIFIC OPTIONS
# The hostname or primary IPv4 address of the Teredo server.
# This setting is required if Miredo runs as a Teredo client.
#**************************************************************************#
# teredo.remlab.net is an experimental service for testing only. #
# Please use another server for production and/or large scale deployments. #
#**************************************************************************#
#ServerAddress teredo.ipv6.microsoft.com
#ServerAddress teredo.ginzado.ne.jp
#ServerAddress teredo.iks-jena.de
ServerAddress teredo.remlab.net
#ServerAddress2 teredo2.remlab.net
## RELAY-SPECIFIC OPTIONS
#Prefix 2001:0::
#InterfaceMTU 1280
|