1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-11-10 08:10:59 +02:00
wrapsix/conf/wrapsix.conf
xHire c894b7186c Integrated wrapper into WrapSix
Fixed bug in resolver so now even normal applications accept its answers
Improved configuration - now accepts arguments from command line
Cleaned the code a little bit
Added simple build script
Written more documentation into README
Chosen the licence - GNU AGPLv3
2009-01-14 23:05:12 +01:00

14 lines
381 B
Plaintext

### Configuration of Resolver
resolver: true
resolver_ip: 'fc00:1::1'
secondary_resolver: 10.0.0.1 # if not set => /etc/resolv.conf
### Configuration of Wrapper
wrapper: true
wrapper_device: # if not set => automatic detection
wrapper_ipv6_prefix: 'fc00:2::'
wrapper_ipv4_address: 10.0.0.111
### Others
debug: false