Advertisement
sovietotaku

miredo.conf для наебалова

Nov 1st, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. #! /usr/bin/miredo -f -c
  2. #
  3. # Для пасты https://pastebin.com/40CUukD3
  4. # Sample configuration file for Miredo
  5.  
  6. # Please refer to the miredo.conf(5) man page for details.
  7.  
  8. # Miredo can safely run as a Teredo client, which is the default.
  9. #RelayType client
  10.  
  11. # Name of the network tunneling interface.
  12. InterfaceName teredo
  13.  
  14. # Depending on the local firewall/NAT rules, you might need to force
  15. # Miredo to use a fixed UDP port and or IPv4 address.
  16. #BindPort 3545
  17. BindAddress 192.168.1.200
  18.  
  19. #SyslogFacility user
  20.  
  21. ## CLIENT-SPECIFIC OPTIONS
  22. # The hostname or primary IPv4 address of the Teredo server.
  23. # This setting is required if Miredo runs as a Teredo client.
  24. #**************************************************************************#
  25. # teredo.remlab.net is an experimental service for testing only. #
  26. # Please use another server for production and/or large scale deployments. #
  27. #**************************************************************************#
  28. #ServerAddress teredo.ipv6.microsoft.com
  29. #ServerAddress teredo.ginzado.ne.jp
  30. #ServerAddress teredo.iks-jena.de
  31. ServerAddress teredo.remlab.net
  32. #ServerAddress2 teredo2.remlab.net
  33.  
  34. ## RELAY-SPECIFIC OPTIONS
  35. #Prefix 2001:0::
  36. #InterfaceMTU 1280
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement