my802.conf

来自「开发了一款模拟802.1x协议的网络编程.是在vc6.0下运行的.」· CONF 代码 · 共 34 行

CONF
34
字号
#This is a sample configuration file of mystar.
#Change it appropriately according to your actual settings.
#The lines starting with a '# 'or a '\n'  mean comments and are ignored.

#user name & password
#Note: the content between '=' and  '\n' is treated as a part of
# your  name and password. so don't put some "space characters" before and
# after your name and password.
name=lgh
password=123456

#Upload IP or not, 0 means not upload IP, 1 means upload IP.
uploadip=1

#which interface(NIC) to use ? usually  it's eth0.
nic=eth0

#wanting to show a fake ip record in myself.hust.edu.cn? this can help.
#but do NOT use this functionality to do illegal things.
#uncommont and modify the next line to use it.

#(Since [network information center] has bound ip & account, 
#normally, we should comment the line below :( 
#fakeAddress=123.45.67.89









⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?