-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
WuwuZiQWQ
committed
Mar 6, 2024
1 parent
11c9abf
commit 9def16a
Showing
1 changed file
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
|
||
<head> | ||
<meta charset="GBK"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>JLU-Network</title> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<h2>1.download dogcom and compile</h2> | ||
<p>git clone https://github.com/mchome/dogcom.git</p> | ||
<p>git clone <a href="https://github.com/mchome/dogcom">https://github.com/mchome/dogcom.git</a></p> | ||
<p>$ make # Linux<br> | ||
$ make win32=y # Windows(MinGW)<br> | ||
$ make test=y # For testing purposes<br> | ||
$ make force_encrypt=y # Force open encrypt mode in PPPoE version</p> | ||
$ make win32=y # Windows(MinGW)<br> | ||
$ make test=y # For testing purposes<br> | ||
$ make force_encrypt=y # Force open encrypt mode in PPPoE version</p> | ||
</div> | ||
|
||
<div> | ||
<h2>2.config dogcom.conf</h2> | ||
<p>you can use <a href="dogcom.example.conf" download>dogcom.example.conf</a> to generate you profile</p> | ||
<p>Then you should change the blank var in file, usually you should fill in your username,passward,ip and your device's MAC address.</address></p> | ||
<p>If you finish changing the blank var in file, then change the file name to dogcom.conf and move it to the directory of dogcom </p> | ||
<p>ps:If you are a student from JLU , the server in conf file is right.Other school's student shuld change it to your shool's server.</p> | ||
<p>Then you should change the blank var in file, usually you should fill in your username,passward,ip and your | ||
device's MAC address.</address> | ||
</p> | ||
<p>If you finish changing the blank var in file, then change the file name to dogcom.conf and move it to the | ||
directory of dogcom </p> | ||
<p>ps:If you are a student from JLU , the server in conf file is right.Other school's student shuld change it to | ||
your shool's server.</p> | ||
</div> | ||
|
||
<div> | ||
<h2>3.run dogcom</h2> | ||
<p>you can run dogcom by powershell</p> | ||
<p>here is command: dogcom.exe -m dhcp -l path-to-dogcom/dogcom.log -c path-to-dogcom/dogcom.conf</p> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |