mirror of
https://github.com/gabehf/koito-multi-proxy.git
synced 2026-03-07 21:48:14 -08:00
change default port
This commit is contained in:
parent
143f255701
commit
6760d0ecff
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -30,7 +30,7 @@ func main() {
|
|||
http.HandleFunc("/", redirectHandler)
|
||||
|
||||
// 3. Start Server
|
||||
port := ":8080"
|
||||
port := ":4111"
|
||||
log.Printf("Server starting on port %s", port)
|
||||
if err := http.ListenAndServe(port, nil); err != nil {
|
||||
log.Fatalf("Server failed: %v", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue