Skip to content

Commit

Permalink
change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
notsobad committed Jul 19, 2024
1 parent e3a15e2 commit d1e313c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Go-Fakesite
# Go-Dummy-Site

Go-Fakesite is a mock website generator for HTTP testing. It is a Go version of [ynm3k](https://github.com/notsobad/ynm3k). This tool is designed to simulate various URL addresses, static and dynamic web pages, different status codes, response sizes, and more. It is particularly useful for testing CDN and WAF systems.
Go-Dummy-Site is a mock website generator for HTTP testing. It is a Go version of [ynm3k](https://github.com/notsobad/ynm3k). This tool is designed to simulate various URL addresses, static and dynamic web pages, different status codes, response sizes, and more. It is particularly useful for testing CDN and WAF systems.

## Installation

To install Go-Fakesite, use the following command:
To install Go-Dummy-Site, use the following command:

```bash
go install github.com/notsobad/go-fakesite
go install github.com/notsobad/go-dummysite
```

## Usage

To run Go-Fakesite, use the following command:
To run Go-Dummy-Site, use the following command:

```bash
go-fakesite
go-dummysite
```

You can then access the site at [http://localhost:9527/](http://localhost:9527/).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/notsobad/go-fakesite
module github.com/notsobad/go-dummysite

go 1.21

Expand Down

0 comments on commit d1e313c

Please sign in to comment.