mirror of
https://code.semirocket.science/wrapsix
synced 2024-11-10 00:01:01 +02:00
c894b7186c
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
14 lines
381 B
Plaintext
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
|