mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 02:32:22 +08:00
Fix typo
This commit is contained in:
parent
3853201412
commit
ce0da5b557
|
@ -121,7 +121,7 @@ func (w *WireGuard) Start() error {
|
|||
return w.start()
|
||||
}
|
||||
|
||||
func (w *WireGuard) PortStart() error {
|
||||
func (w *WireGuard) PostStart() error {
|
||||
if common.All(w.peers, func(peer wireguard.PeerConfig) bool {
|
||||
return peer.Endpoint.IsValid()
|
||||
}) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user