8000 小白补充,虽然和程序没关系,可以用iptables实现Port Jump reduce posibility of QoS · Issue #150 · juicity/juicity · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
小白补充,虽然和程序没关系,可以用iptables实现Port Jump reduce posibility of QoS #150
Open
@Jasonzhang2023

Description

@Jasonzhang2023

Greetings

Juicity使用iptables,达到端口跳跃目的
iptables -t nat -A PREROUTING -i eth0 -p udp --dport 23199:23299 -j DNAT --to-destination :23182
ip6tables -t nat -A PREROUTING -i eth0 -p udp --dport 23199: 23299 -j DNAT --to-destination : 23182
然后保存放行规则
iptables-save
保存规则持续生效
netfilter-persistent save
netfilter-persistent reload
systemctl restart iptables

Feature Request

No response

Use Cases

No response

Potential Benefits

自用的端口跳跃配置,减少被QoS的可能性。

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0