yusr 发表于 2025-12-9 18:25:09

网站后台禁止IP功能有防护效果么? New






不晓得谁这么无聊,每天都一堆IP攻击,后台这个禁止IP有防护作用么?

可可的可 发表于 2025-12-9 18:25:42

论坛封禁和检测能力太弱,我直接从nginx入手,防护更强大或者专业
       

                        或者挂cdn,从cdn入手拦截
       

.ce-block {    margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content {        /* max-width:calc(100% - 50px) */        margin-left: auto;    margin-right: auto;}.ce-paragraph {    line-height: 1.6em;    outline: none;    text-indent: 2em;    font-size: 16px;}.ce-paragraph--right {    text-align: right;}.ce-paragraph--center {    text-align: center;}.ce-paragraph--left {    text-align: left;}.ce-paragraph--justify {    text-align: justify;}.ce-paragraph-text-indent {    text-align: justify;}.ce-paragraph:empty::before{content: attr(data-placeholder);color: #707684;font-weight: normal;opacity: 0;}/** Show placeholder at the first paragraph if Editor is empty */.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {opacity: 1;}.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {opacity: 0;}.ce-paragraph p:first-of-type{    margin-top: 0;}.ce-paragraph p:last-of-type{    margin-bottom: 0;}.svg-icon {    width: 1em;    height: 1em;}.svg-icon path,.svg-icon polygon,.svg-icon rect {    fill: #4691f6;}.svg-icon circle {    stroke: #4691f6;    stroke-width: 1;}.inline-code {background: rgba(250, 239, 240, 0.78);color: #b44437;padding: 3px 4px;border-radius: 5px;margin: 0 1px;font-family: inherit;font-size: 0.86em;font-weight: 500;letter-spacing: 0.3px;}

IT618应用中心 发表于 2025-12-9 18:25:48

ysx24 发表于 2025-11-21 08:09
论坛封禁和检测能力太弱,我直接从nginx入手,防护更强大或者专业;或者挂cdn,从cdn入手拦截; ...                        cdn禁封ip有数量限制
       

.ce-block {    margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content {        /* max-width:calc(100% - 50px) */        margin-left: auto;    margin-right: auto;}.ce-paragraph {    line-height: 1.6em;    outline: none;    text-indent: 2em;    font-size: 16px;}.ce-paragraph--right {    text-align: right;}.ce-paragraph--center {    text-align: center;}.ce-paragraph--left {    text-align: left;}.ce-paragraph--justify {    text-align: justify;}.ce-paragraph-text-indent {    text-align: justify;}.ce-paragraph:empty::before{content: attr(data-placeholder);color: #707684;font-weight: normal;opacity: 0;}/** Show placeholder at the first paragraph if Editor is empty */.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {opacity: 1;}.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {opacity: 0;}.ce-paragraph p:first-of-type{    margin-top: 0;}.ce-paragraph p:last-of-type{    margin-bottom: 0;}.svg-icon {    width: 1em;    height: 1em;}.svg-icon path,.svg-icon polygon,.svg-icon rect {    fill: #4691f6;}.svg-icon circle {    stroke: #4691f6;    stroke-width: 1;}.inline-code {background: rgba(250, 239, 240, 0.78);color: #b44437;padding: 3px 4px;border-radius: 5px;margin: 0 1px;font-family: inherit;font-size: 0.86em;font-weight: 500;letter-spacing: 0.3px;}

霸王别姬 发表于 2025-12-9 18:26:13

先不说别的,你这版本可真是够老的啦。。。。。。
这个后台界面,我都忘记了。什么版本了。。

余赚网 发表于 2025-12-9 18:26:42

taizimxg 发表于 2025-11-21 10:10
先不说别的,你这版本可真是够老的啦。。。。。。
这个后台界面,我都忘记了。什么版本了。。 ...                        左下角,dz3.2永远的经典
       

.ce-block {    margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content {        /* max-width:calc(100% - 50px) */        margin-left: auto;    margin-right: auto;}.ce-paragraph {    line-height: 1.6em;    outline: none;    text-indent: 2em;    font-size: 16px;}.ce-paragraph--right {    text-align: right;}.ce-paragraph--center {    text-align: center;}.ce-paragraph--left {    text-align: left;}.ce-paragraph--justify {    text-align: justify;}.ce-paragraph-text-indent {    text-align: justify;}.ce-paragraph:empty::before{content: attr(data-placeholder);color: #707684;font-weight: normal;opacity: 0;}/** Show placeholder at the first paragraph if Editor is empty */.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {opacity: 1;}.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {opacity: 0;}.ce-paragraph p:first-of-type{    margin-top: 0;}.ce-paragraph p:last-of-type{    margin-bottom: 0;}.svg-icon {    width: 1em;    height: 1em;}.svg-icon path,.svg-icon polygon,.svg-icon rect {    fill: #4691f6;}.svg-icon circle {    stroke: #4691f6;    stroke-width: 1;}.inline-code {background: rgba(250, 239, 240, 0.78);color: #b44437;padding: 3px 4px;border-radius: 5px;margin: 0 1px;font-family: inherit;font-size: 0.86em;font-weight: 500;letter-spacing: 0.3px;}

余赚网 发表于 2025-12-9 18:27:21

说的也没错,3.2还真是最经典的版本了。。

yusr 发表于 2025-12-9 18:27:50

最好从服务器端入手,站网封了IP好像还是会损耗一定服务器资源

yusr 发表于 2025-12-9 18:27:59

无论是Windows,还是DZ,都建议你用最新版
其次,关闭屏蔽IP的设置,建议的优先顺序是:CDN(DCDN ,ESA)-服务器-DZ。
攻击你的人他们是到处扫站,对他们来说成本分摊接近0.除非IP集中,否则封禁基本没有,因为每天人家换着IP来,IP伪装太容易了
最好的方式,还是在CDN端,直接屏蔽IP段,或者直接屏蔽国外IP。
单个设置IP屏蔽,一般也就针对一下某个用户,现在基本上用不上
有个事情你还需要注意,需要配置CDN,确保你获取的是真实IP,别把正常节点IP给封了
页: [1]
查看完整版本: 网站后台禁止IP功能有防护效果么? New