Skip to content

Commit

Permalink
Cleanup Internet provider
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Mar 3, 2024
1 parent 5106afe commit 26e7519
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,3 @@ private val privateIpv4Ranges = listOf(
// 198.18.0.0/15 - Used for benchmark testing of inter-network communications between subnets
listOf(198..198, 18..19, 0..255, 1..255)
)

fun main() {
val f = faker { }
repeat(100) {
println(f.internet.domain())
}
}

0 comments on commit 26e7519

Please sign in to comment.