From 0386023bc5d3fb4d8d6b2f7bdfdbb6ebaf07e19f Mon Sep 17 00:00:00 2001 From: hakasenyang Date: Thu, 3 Nov 2016 18:49:30 +0900 Subject: [PATCH] Edit Readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5671388..2467f5b 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ [Hakase's Marumaru API](https://marumaru.hakase.kr/) ## 사용 방법 -1. 해당 파일을 다운로드 받아서 권한을 777로 주면 끝납니다. 권한은 cookie.txt, mangalist.txt (쿠키 캐싱) 파일을 생성하기 위해 필요합니다. -2. api 관련 rewrite 는 아래를 참고하십시오. (nginx 기준) rewrite 없이 사용하려면 소스를 수정하셔야 합니다. +1. 해당 파일을 다운로드 받아서 권한을 777로 주면 끝납니다. +2. 권한은 cookie.txt, mangalist.txt (쿠키 캐싱) 파일을 생성하기 위해 필요합니다. +3. api 관련 rewrite 는 아래를 참고하십시오. (nginx 기준) +4. rewrite 없이 사용하려면 소스를 수정하셔야 합니다. ``` rewrite ^/api/(.*)/(.*)$ /index.php?num=$1&json=1; @@ -25,8 +27,8 @@ Fmaru 관련 포팅의 원본 소스는 [fmaru's github](https://github.com/fmar ## Sucuri proxy 소스 Sucuri proxy 관련 소스는 아래와 같은 사이트에서 가져왔습니다. -[organization's cloudflare-bypass](https://github.com/organization/cloudflare-bypass) -[코드팟's PHP Sucuri Proxy](http://cafe.naver.com/gogoomas/337647) + * [organization's cloudflare-bypass](https://github.com/organization/cloudflare-bypass) + * [코드팟's PHP Sucuri Proxy](http://cafe.naver.com/gogoomas/337647) ## 저작권 MIT License 를 따릅니다. fmaru 의 작품(?)처럼 마음껏 수정해서 광고를 달던 어떻게 사용하던 상관 없습니다.