{"id":17272628,"url":"https://github.com/codertimo/ngrok-clone","last_synced_at":"2025-08-01T06:31:19.278Z","repository":{"id":48032534,"uuid":"381652528","full_name":"codertimo/ngrok-clone","owner":"codertimo","description":"clone version of ngrok with @GBS-Skile (GO lang side project) ","archived":false,"fork":false,"pushed_at":"2021-08-10T18:49:16.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-16T08:49:06.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codertimo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-30T09:49:07.000Z","updated_at":"2024-10-01T11:30:42.000Z","dependencies_parsed_at":"2022-08-12T17:10:32.536Z","dependency_job_id":null,"html_url":"https://github.com/codertimo/ngrok-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codertimo%2Fngrok-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codertimo%2Fngrok-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codertimo%2Fngrok-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codertimo%2Fngrok-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codertimo","download_url":"https://codeload.github.com/codertimo/ngrok-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227786421,"owners_count":17819771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T08:49:04.897Z","updated_at":"2024-12-02T19:02:37.924Z","avatar_url":"https://github.com/codertimo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngrok-clone\nclone version of ngrok with @GBS-Skile (GO lang side project)\n\n## Getting Started\n\n```shell\n$ go run ngrok-server.go\n2021/08/09 03:29:06 Remote Control Address: localhost:5000\n2021/08/09 03:29:06 Remote Data Address: localhost:5001\n2021/08/09 03:29:06 Local Address: localhost:4000\n\n# 다른 쉘에서\n$ go run webserver.go\n\n# 다른 쉘에서\n$ go run ngrok-client.go\n\n# 다른 쉘에서\n$ curl localhost:4000/chicken\nHi there, I love chicken!\n```\n\n## TLS Support\n\n```shell\n# Reference: https://xshine.tistory.com/316\n\n$ openssl genrsa -out server.key 2048\nGenerating RSA private key, 2048 bit long modulus (2 primes)\n............+++++\n.........+++++\ne is 65537 (0x010001)\n\n$ openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650\nCountry Name (2 letter code) [AU]:KR\nState or Province Name (full name) [Some-State]:.\nLocality Name (eg, city) []:.\nOrganization Name (eg, company) [Internet Widgits Pty Ltd]:.\nOrganizational Unit Name (eg, section) []:.\nCommon Name (e.g. server FQDN or YOUR name) []:.\nEmail Address []:.\n\n$ go run ngrok-server.go -cert=server.crt -key=server.key\n\n# 다른 쉘에서 (-k 옵션은 insecure)\n$ go run ngrok-client.go -t -k\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodertimo%2Fngrok-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodertimo%2Fngrok-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodertimo%2Fngrok-clone/lists"}