Updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
type Params = {
|
||||
host_id: number;
|
||||
};
|
||||
|
||||
export default function deriveIptablesChainNames({ host_id }: Params) {
|
||||
return {
|
||||
forward: `WGUI${host_id}FWD`,
|
||||
input: `WGUI${host_id}IN`,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user