Maint: remove deprecated tun-ipv6 option
This commit is contained in:
@@ -70,9 +70,7 @@ func (t *Torguard) BuildConf(connection models.Connection,
|
||||
lines = append(lines, "fast-io")
|
||||
}
|
||||
|
||||
if settings.IPv6 {
|
||||
lines = append(lines, "tun-ipv6")
|
||||
} else {
|
||||
if !settings.IPv6 {
|
||||
lines = append(lines, `pull-filter ignore "route-ipv6"`)
|
||||
lines = append(lines, `pull-filter ignore "ifconfig-ipv6"`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user