Refactor split-tunneling: separate site addresses from routes
This commit is contained in:
parent
b68c9cc145
commit
3afbc248b1
6 changed files with 76 additions and 54 deletions
|
|
@ -99,7 +99,7 @@ class AwgConfig private constructor(
|
|||
fun setH3(h3: Long) = apply { this.h3 = h3 }
|
||||
fun setH4(h4: Long) = apply { this.h4 = h4 }
|
||||
|
||||
override fun build(): AwgConfig = AwgConfig(this)
|
||||
override fun build(): AwgConfig = configBuild().run { AwgConfig(this@Builder) }
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue