mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-04 14:03:35 +01:00
Listen on all address
This commit is contained in:
parent
9c6c944e46
commit
0c4c2a8cb2
@ -50,6 +50,6 @@ func (t *NetStackTun) Create() (tun.Device, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
err = t.proxy.ListenAndServe("127.0.0.1:1234")
|
||||
err = t.proxy.ListenAndServe("0.0.0.0:1234")
|
||||
return nsTunDev, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user