Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 27, 2024
1 parent 71aa106 commit 576eb5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netsim/wellknown.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ func (s *Scenario) MustNewExampleComStack() *Stack {
"2606:2800:21f:cb07:6820:80da:af6b:8b2c",
"93.184.216.34",
},
HTTPHandler: handler,
HTTPHandler: handler,
HTTPSHandler: handler,
})
}

Expand Down Expand Up @@ -87,7 +88,6 @@ func (s *Scenario) MustNewBlockpageStack() *Stack {
Addresses: []string{
"10.10.34.35", // RFC1918 private address for blockpage server
},
HTTPHandler: handler,
HTTPSHandler: handler,
HTTPHandler: handler,
})
}

0 comments on commit 576eb5d

Please sign in to comment.