Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Use L1s domain
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoRBaquero authored Feb 28, 2023
1 parent a1f20de commit cea9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/caboose/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main1() int {
saturnClient := http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{
ServerName: "strn.pl",
ServerName: "l1s.strn.pl",
},
},
}
Expand Down

0 comments on commit cea9966

Please sign in to comment.