feat: support dynv6

This commit is contained in:
chinhwajie
2024-10-25 16:12:07 +08:00
parent 938421fcc8
commit f18ca66786
7 changed files with 190 additions and 4 deletions

View File

@@ -3,6 +3,10 @@ package login
import (
"context"
"errors"
"net/http"
"sync"
"time"
"github.com/Mmx233/BackoffCli/backoff"
"github.com/Mmx233/BitSrunLoginGo/internal/config"
"github.com/Mmx233/BitSrunLoginGo/internal/config/flags"
@@ -12,9 +16,6 @@ import (
"github.com/Mmx233/BitSrunLoginGo/pkg/srun"
"github.com/Mmx233/BitSrunLoginGo/tools"
log "github.com/sirupsen/logrus"
"net/http"
"sync"
"time"
)
var ipLast string