Propagate adtag

This commit is contained in:
9seconds
2018-07-04 18:08:04 +03:00
parent 69c4997fd4
commit c35c482de7
3 changed files with 17 additions and 3 deletions
+2 -1
View File
@@ -72,6 +72,7 @@ var (
Uint16()
secret = app.Arg("secret", "Secret of this proxy.").Required().String()
adtag = app.Arg("adtag", "ADTag of the proxy.").String()
)
func init() {
@@ -93,7 +94,7 @@ func main() {
*publicIPv4, *publicIPv4Port,
*publicIPv6, *publicIPv6Port,
*statsIP, *statsPort,
*secret,
*secret, *adtag,
)
if err != nil {
usage(err.Error())